diff --git a/net/nocatsplash/Makefile b/net/nocatsplash/Makefile index 9892e0e01..2dd588425 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")