From 4ea0c2d15a7a86c77019f610682a4f9156340aab Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 3 May 2006 23:44:45 +0000 Subject: [PATCH] fix /etc/config/firewall SVN-Revision: 3726 --- openwrt/package/iptables/files/firewall.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/iptables/files/firewall.awk b/openwrt/package/iptables/files/firewall.awk index 1b63f83862..1a201a0bce 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\"" -- 2.25.1