summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-18 13:10:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-18 13:10:29 +0000
commit735be760e360786f5d5a78237fb37bae92c04e49 (patch)
treebbafe61b4a90d87b396189fa1e2eefb7204e67d2 /openwrt/package
parent108c394fa05dd8117ccf45efd74974f02e8e956b (diff)
downloadmtk-20170518-735be760e360786f5d5a78237fb37bae92c04e49.zip
mtk-20170518-735be760e360786f5d5a78237fb37bae92c04e49.tar.gz
mtk-20170518-735be760e360786f5d5a78237fb37bae92c04e49.tar.bz2
add conffiles to iptables
SVN-Revision: 3984
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/iptables/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile
index 34e6817..f47b936 100644
--- a/openwrt/package/iptables/Makefile
+++ b/openwrt/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