From: Felix Fietkau Date: Fri, 17 Nov 2006 05:31:21 +0000 (+0000) Subject: fix typo X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bc290be67affb71f78ae810dca33f9cd3c8794ed;p=15.05%2Fopenwrt.git fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5554 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/default/sbin/wifi b/package/base-files/default/sbin/wifi index e13c3528a9..d877c73980 100755 --- a/package/base-files/default/sbin/wifi +++ b/package/base-files/default/sbin/wifi @@ -31,7 +31,7 @@ bridge_interface() {( scan_interfaces config_get iftype "$cfg" type - [ "$iftype" = bridge ] && config_get "$iftype" ifname + [ "$iftype" = bridge ] && config_get "$cfg" ifname )}