X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=ipv6%2Fgw6c%2FMakefile;h=57beb3232a0947ec0da81c95388a1c3ddf3447fd;hp=3ea2254392ae25fe5743e4af8a5b29bd4ea1a938;hb=2216dbf4f065c4818bee971138e7e6a2efc10f36;hpb=31d768237f721c948093ce7c8550986cdd1d55ed diff --git a/ipv6/gw6c/Makefile b/ipv6/gw6c/Makefile index 3ea2254392..57beb3232a 100644 --- a/ipv6/gw6c/Makefile +++ b/ipv6/gw6c/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gw6c PKG_VERSION:=5.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://openwrt.linux-appliance.net/sources @@ -72,4 +72,8 @@ define Package/gw6c/install $(INSTALL_CONF) ./files/gw6c.config $(1)/etc/config/gw6c endef +define Package/gw6c/conffiles +/etc/config/gw6c +endef + $(eval $(call BuildPackage,gw6c))