From: John Crispin Date: Mon, 11 Aug 2008 20:51:51 +0000 (+0000) Subject: uci_firewall X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=27a335d8de3d25f3f4a41e98e5c8cd03c2995728;p=15.05%2Fopenwrt.git uci_firewall - fixes hotplug.d script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12282 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/firewall/files/new/20-firewall b/package/firewall/files/new/20-firewall index 217e3f66bb..126fb9bad0 100644 --- a/package/firewall/files/new/20-firewall +++ b/package/firewall/files/new/20-firewall @@ -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