mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-23 23:23:31 +00:00
uci_firewall - fixes hotplug.d script
SVN-Revision: 12282
This commit is contained in:
parent
0f5cbca010
commit
43e28bf153
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user