revert [4106] as it breaks toolchain selection
[openwrt.git] / package / iptables / files / firewall.awk
index 1b63f83..5378330 100644 (file)
@@ -1,4 +1,7 @@
+# Copyright (C) 2006 OpenWrt.org
+
 BEGIN {
+       print ". /etc/config/network"
        print "proto=\"$wan_proto\""
        print "[ -z \"$proto\" -o \"$proto\" = \"none\" ] && exit"
        print "ifname=\"$wan_ifname\""
This page took 0.03337 seconds and 4 git commands to generate.