2017-02-23 14:49:32 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-l3roamd
|
|
|
|
PKG_VERSION:=1
|
|
|
|
|
|
|
|
include ../gluon.mk
|
|
|
|
|
|
|
|
define Package/gluon-l3roamd
|
|
|
|
TITLE:=Configure l3roamd for babel
|
2019-05-24 23:48:28 +00:00
|
|
|
DEPENDS:=+gluon-core +l3roamd +uc
|
2017-02-23 14:49:32 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-l3roamd))
|