mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
netifd: make type a local variable in /lib/network/config.sh to avoid clashes with an internal config_foreach variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31430 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e95852bfa9
commit
fe7e861b06
@ -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…
x
Reference in New Issue
Block a user