gluon-radvd: replace pregenerated config file with Lua script

This commit is contained in:
Matthias Schiffer 2014-05-14 14:22:06 +02:00 committed by Nils Schneider
parent 2316cf9f41
commit 3cefed4351
2 changed files with 1 additions and 13 deletions

View File

@ -1,8 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-radvd
PKG_VERSION:=1
PKG_RELEASE:=1.$(GLUON_CONFIG_VERSION)
PKG_VERSION:=2
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
@ -31,7 +30,6 @@ endef
define Package/gluon-radvd/install
$(CP) ./files/* $(1)/
$(GLUON_GENERATE) ./generate/* $(1)/
endef
$(eval $(call BuildPackage,gluon-radvd))

View File

@ -1,10 +0,0 @@
interface br-client
{
IgnoreIfMissing on;
AdvSendAdvert on;
AdvDefaultLifetime 0;
prefix @prefix6@
{
};
};