From fe7e861b0670ec3fafb59b85fbce81e292cd2887 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 21 Apr 2012 20:34:41 +0000 Subject: 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 -- cgit v1.2.3