1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 11:48:27 +02:00

fix /etc/config/firewall

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3726 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-05-03 23:44:45 +00:00
parent d2bbc8b184
commit 91ab93d313

View File

@ -1,4 +1,5 @@
BEGIN {
print ". /etc/config/network"
print "proto=\"$wan_proto\""
print "[ -z \"$proto\" -o \"$proto\" = \"none\" ] && exit"
print "ifname=\"$wan_ifname\""