diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-04 23:11:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-04 23:11:47 +0000 |
commit | 533670025d4813a8454e643b003be1e0294432dc (patch) | |
tree | 836c5ee1855d9a23677804348296e51050a167a3 | |
parent | a24cfbd6de1d7fbf94f5a3fea52d4f58679ce418 (diff) |
fix typo in /sbin/wifi (#1016 - thanks, dairiki)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5689 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | package/base-files/files/sbin/wifi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/wifi b/package/base-files/files/sbin/wifi index d877c7398..272aa16fa 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")" } |