mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-11 17:19:27 +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
|
local network
|
||||||
config_get name $1 name
|
config_get name $1 name
|
||||||
config_get network $1 network
|
config_get network $1 network
|
||||||
[ -z "$network" ] && return
|
[ -z "$network" ] && network=$name
|
||||||
for n in $network; do
|
for n in $network; do
|
||||||
local ifname
|
local ifname
|
||||||
config_get ifname $n ifname
|
config_get ifname $n ifname
|
||||||
|
Loading…
Reference in New Issue
Block a user