From bfa643c7ef15ddf18066e9cf13a15fc9f687613d Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
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

SVN-Revision: 31430
---
 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.30.2