This commit is contained in:
Christof Schulze 2016-05-03 18:52:11 +00:00
commit 8560b6f8f6
6 changed files with 4 additions and 4 deletions

View File

@ -7,14 +7,14 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/gluon-radvd define Package/gluon-radvd-batman
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
TITLE:=Advertise an IPv6 prefix from the node TITLE:=Advertise an IPv6 prefix from the node
DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +uradvd DEPENDS:=+gluon-core +gluon-ebtables +gluon-mesh-batman-adv +uradvd
endef endef
define Package/gluon-radvd/description define Package/gluon-radvd-batman/description
Gluon community wifi mesh firmware framework: Advertise an IPv6 prefix from the node Gluon community wifi mesh firmware framework: Advertise an IPv6 prefix from the node
endef endef
@ -28,8 +28,8 @@ endef
define Build/Compile define Build/Compile
endef endef
define Package/gluon-radvd/install define Package/gluon-radvd-batman/install
$(CP) ./files/* $(1)/ $(CP) ./files/* $(1)/
endef endef
$(eval $(call BuildPackage,gluon-radvd)) $(eval $(call BuildPackage,gluon-radvd-batman))