mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-11 06:12:51 +01:00
netifd: make type a local variable in /lib/network/config.sh to avoid clashes with an internal config_foreach variable
SVN-Revision: 31430
This commit is contained in:
parent
c233a89ab4
commit
bfa643c7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ ubus_call() {
|
|||
|
||||
fixup_interface() {
|
||||
local config="$1"
|
||||
local ifname
|
||||
local ifname type
|
||||
|
||||
config_get type "$config" type
|
||||
config_get ifname "$config" ifname
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue