From d7fd21d6b0fc76e29c9a61235c199297b7b29196 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 21 Apr 2012 20:34:41 +0000 Subject: [PATCH] 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 --- package/netifd/files/lib/network/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/netifd/files/lib/network/config.sh b/package/netifd/files/lib/network/config.sh index 8fa9b1ac3d..287124de66 100755 --- a/package/netifd/files/lib/network/config.sh +++ b/package/netifd/files/lib/network/config.sh @@ -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 -- 2.11.0