2017-02-23 14:49:32 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-l3roamd
|
|
|
|
|
|
|
|
include ../gluon.mk
|
|
|
|
|
|
|
|
define Package/gluon-l3roamd
|
|
|
|
TITLE:=Configure l3roamd for babel
|
2022-06-25 03:28:12 +00:00
|
|
|
DEPENDS:=+gluon-core +gluon-mesh-layer3-common +l3roamd +uc
|
2017-02-23 14:49:32 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-l3roamd))
|