aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-04 23:11:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-04 23:11:47 +0000
commitb9149fa353bf448a9baab86db60d3fd51235bc98 (patch)
tree836c5ee1855d9a23677804348296e51050a167a3 /package/base-files
parent153d028622515140c83ce517cdb58c8d522b7316 (diff)
downloadmaster-187ad058-b9149fa353bf448a9baab86db60d3fd51235bc98.tar.gz
master-187ad058-b9149fa353bf448a9baab86db60d3fd51235bc98.tar.bz2
master-187ad058-b9149fa353bf448a9baab86db60d3fd51235bc98.zip
fix typo in /sbin/wifi (#1016 - thanks, dairiki)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5689 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/sbin/wifi2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/wifi b/package/base-files/files/sbin/wifi
index d877c73980..272aa16fa3 100755
--- a/package/base-files/files/sbin/wifi
+++ b/package/base-files/files/sbin/wifi
@@ -14,7 +14,7 @@ find_net_config() {(
include /lib/network
scan_interfaces
- config_get ifname "$vif" ifnamea
+ config_get ifname "$vif" ifname
cfg="$(find_config "$ifname")"
}