From f070135a8decd22667bd6bd03cfb0a76989dda15 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 19 Aug 2006 14:45:14 +0000 Subject: [PATCH] fix typo SVN-Revision: 4608 --- openwrt/package/base-files/default/lib/network/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/base-files/default/lib/network/config.sh b/openwrt/package/base-files/default/lib/network/config.sh index 163e42e800..690d7996ef 100755 --- a/openwrt/package/base-files/default/lib/network/config.sh +++ b/openwrt/package/base-files/default/lib/network/config.sh @@ -14,7 +14,7 @@ find_config() { ;; esac config_get device "$ifn" device - for ifc in ${device:-iface}; do + for ifc in ${device:-$iface}; do [ "$ifc" = "$1" ] && { echo "$ifn" return 0 -- 2.25.1