1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:57:38 +03:00

uci_firewall

- fixes hotplug.d script



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12282 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-08-11 20:51:51 +00:00
parent 4905eac3af
commit 05edc29f3a

View File

@ -8,7 +8,7 @@ load_zones() {
local network
config_get name $1 name
config_get network $1 network
[ -z "$network" ] && return
[ -z "$network" ] && network=$name
for n in $network; do
local ifname
config_get ifname $n ifname