Add missing conffiles section
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Aug 2006 12:42:05 +0000 (12:42 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Aug 2006 12:42:05 +0000 (12:42 +0000)
SVN-Revision: 4486

net/nocatsplash/Makefile

index 9892e0e01d7feaff6640982639ff53c183af56d8..2dd588425709d7d81d988501047068e88f499b83 100644 (file)
@@ -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")