projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe08e8
)
Add missing conffiles section
author
Florian Fainelli
<florian@openwrt.org>
Sun, 6 Aug 2006 12:42:05 +0000
(12:42 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 6 Aug 2006 12:42:05 +0000
(12:42 +0000)
SVN-Revision: 4486
net/nocatsplash/Makefile
patch
|
blob
|
history
diff --git
a/net/nocatsplash/Makefile
b/net/nocatsplash/Makefile
index 9892e0e01d7feaff6640982639ff53c183af56d8..2dd588425709d7d81d988501047068e88f499b83 100644
(file)
--- 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")