diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-06 01:20:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-06 01:20:12 +0000 |
commit | 354216e46e578dad2dce3ce259a0bfdaa9f688a5 (patch) | |
tree | 7b58d262b329920fe62d99cbe65dec5f926ce559 /openwrt | |
parent | f5ae7f2d72873200051c0d1aadf3f879f2636c96 (diff) | |
download | mtk-20170518-354216e46e578dad2dce3ce259a0bfdaa9f688a5.zip mtk-20170518-354216e46e578dad2dce3ce259a0bfdaa9f688a5.tar.gz mtk-20170518-354216e46e578dad2dce3ce259a0bfdaa9f688a5.tar.bz2 |
fix firewall-related conffiles (moved to the iptables package)
SVN-Revision: 3595
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/base-files/ipkg/base-files.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/iptables/ipkg/iptables.conffiles | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/base-files/ipkg/base-files.conffiles b/openwrt/package/base-files/ipkg/base-files.conffiles index ec83db4..d34e347 100644 --- a/openwrt/package/base-files/ipkg/base-files.conffiles +++ b/openwrt/package/base-files/ipkg/base-files.conffiles @@ -1,5 +1,4 @@ /etc/config/network -/etc/firewall.user /etc/group /etc/hosts /etc/ipkg.conf diff --git a/openwrt/package/iptables/ipkg/iptables.conffiles b/openwrt/package/iptables/ipkg/iptables.conffiles new file mode 100644 index 0000000..06194ca --- /dev/null +++ b/openwrt/package/iptables/ipkg/iptables.conffiles @@ -0,0 +1,2 @@ +/etc/config/firewall +/etc/firewall.user |