diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-18 13:10:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-18 13:10:29 +0000 |
commit | 735be760e360786f5d5a78237fb37bae92c04e49 (patch) | |
tree | bbafe61b4a90d87b396189fa1e2eefb7204e67d2 /openwrt/package | |
parent | 108c394fa05dd8117ccf45efd74974f02e8e956b (diff) | |
download | mtk-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/Makefile | 5 |
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 |