summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-03 23:44:45 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-03 23:44:45 +0000
commit91ab93d31346fe42e34786775a90bd15d17de997 (patch)
tree6ebc9800514a7ac9fa39707886a0aee2514fcf44 /openwrt
parentd2bbc8b1845fa2c034a7393110336f099c77582f (diff)
fix /etc/config/firewall
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3726 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 1b63f8386..1a201a0bc 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\""