From: Florian Fainelli Date: Sun, 6 Aug 2006 12:42:05 +0000 (+0000) Subject: Add missing conffiles section X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=inline;h=4eb1797a22389158ec780e655ea0ba90d2f6a6ac;p=openwrt%2Fsvn-archive%2Farchive.git Add missing conffiles section SVN-Revision: 4486 --- diff --git a/net/nocatsplash/Makefile b/net/nocatsplash/Makefile index 9892e0e01d..2dd5884257 100644 --- a/net/nocatsplash/Makefile +++ b/net/nocatsplash/Makefile @@ -36,6 +36,10 @@ define Package/nocatsplash URL:=http://nocat.net endef +define Package/nocatsplash/conffiles +/etc/nocat.conf +endef + define Build/Configure $(call Build/Configure/Default, --with-firewall=iptables \ --with-glib-prefix="$(STAGING_DIR)/usr")