summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-03 23:44:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-03 23:44:45 +0000
commit4ea0c2d15a7a86c77019f610682a4f9156340aab (patch)
treec3b91dd821b8bf6190917f4fea4e382327a042f8 /openwrt
parente7e81657c7203e8a67e0ba234304b98cf83eb795 (diff)
downloadmtk-20170518-4ea0c2d15a7a86c77019f610682a4f9156340aab.zip
mtk-20170518-4ea0c2d15a7a86c77019f610682a4f9156340aab.tar.gz
mtk-20170518-4ea0c2d15a7a86c77019f610682a4f9156340aab.tar.bz2
fix /etc/config/firewall
SVN-Revision: 3726
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/iptables/files/firewall.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/files/firewall.awk b/openwrt/package/iptables/files/firewall.awk
index 1b63f83..1a201a0 100644
--- a/openwrt/package/iptables/files/firewall.awk
+++ b/openwrt/package/iptables/files/firewall.awk
@@ -1,4 +1,5 @@
BEGIN {
+ print ". /etc/config/network"
print "proto=\"$wan_proto\""
print "[ -z \"$proto\" -o \"$proto\" = \"none\" ] && exit"
print "ifname=\"$wan_ifname\""