summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 13:10:29 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-18 13:10:29 +0000
commite37fde9a68ecd3c38af14f0ef4ecf4341d593bbe (patch)
tree405236d7dded67c455e32ad510c19af162f922b2 /package/iptables
parent1b28bb7eded0e0ee15116b99a7ae2bcb0d007d93 (diff)
add conffiles to iptables
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 34e681743..f47b936f0 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -35,6 +35,11 @@ TITLE:=IPv4 firewall administration tool
URL:=http://netfilter.org/
endef
+define Package/iptables/conffiles
+/etc/config/firewall
+/etc/firewall.user
+endef
+
define Package/iptables-mod-conntrack
SECTION:=net
CATEGORY:=Base system