2014-01-11 15:05:17 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-radvd
|
2014-07-29 00:14:35 +00:00
|
|
|
PKG_VERSION:=3
|
2014-01-11 15:05:17 +00:00
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2016-07-10 18:08:44 +00:00
|
|
|
|
2014-01-11 15:05:17 +00:00
|
|
|
define Package/gluon-radvd
|
|
|
|
SECTION:=gluon
|
|
|
|
CATEGORY:=Gluon
|
|
|
|
TITLE:=Advertise an IPv6 prefix from the node
|
2016-07-26 23:22:57 +00:00
|
|
|
DEPENDS:=+gluon-core +uradvd
|
2014-01-11 15:05:17 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/gluon-radvd/description
|
|
|
|
Gluon community wifi mesh firmware framework: Advertise an IPv6 prefix from the node
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Compile
|
2016-07-10 18:08:44 +00:00
|
|
|
$(call GluonSrcDiet,./luasrc,$(PKG_BUILD_DIR)/luadest/)
|
2014-01-11 15:05:17 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/gluon-radvd/install
|
|
|
|
$(CP) ./files/* $(1)/
|
2016-07-10 18:08:44 +00:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/luadest/* $(1)/
|
2014-01-11 15:05:17 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,gluon-radvd))
|