diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-18 13:10:29 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-18 13:10:29 +0000 |
commit | e37fde9a68ecd3c38af14f0ef4ecf4341d593bbe (patch) | |
tree | 405236d7dded67c455e32ad510c19af162f922b2 /package/iptables/Makefile | |
parent | 1b28bb7eded0e0ee15116b99a7ae2bcb0d007d93 (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/Makefile')
-rw-r--r-- | package/iptables/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 34e6817437..f47b936f05 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 |