gluon-firmware/package/gluon-l3roamd/Makefile

16 lines
277 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-l3roamd
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-l3roamd
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Configure l3roamd for babel
DEPENDS:=+gluon-core +l3roamd
endef
$(eval $(call BuildPackageGluon,gluon-l3roamd))