2016-07-29 22:19:06 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-radv-filterd
|
|
|
|
PKG_VERSION:=1
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
include ../gluon.mk
|
|
|
|
|
|
|
|
define Package/gluon-radv-filterd
|
|
|
|
TITLE:=Filter IPv6 router advertisements
|
|
|
|
DEPENDS:=+gluon-ebtables +libgluonutil +libbatadv +libnl-tiny
|
|
|
|
endef
|
|
|
|
|
|
|
|
MAKE_VARS += \
|
|
|
|
LIBNL_NAME="libnl-tiny" \
|
|
|
|
LIBNL_GENL_NAME="libnl-tiny"
|
|
|
|
|
|
|
|
define Package/gluon-radv-filterd/install
|
2018-03-08 18:49:41 +00:00
|
|
|
$(Gluon/Build/Install)
|
2016-07-29 22:19:06 +00:00
|
|
|
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin/
|
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/gluon-radv-filterd $(1)/usr/sbin/
|
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-radv-filterd))
|