diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-03-17 07:07:43 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-03-17 07:07:43 +0000 |
commit | c6e67df010b8afcfb0165090d99aee738dadec0a (patch) | |
tree | ed3c8ef60b6b5c34b3a66d17f00bc2fad070f28a /package/hostap-driver | |
parent | f06c25a0bb3ec66aa97c31cc8e14580974c66d1b (diff) | |
download | upstream-c6e67df010b8afcfb0165090d99aee738dadec0a.tar.gz upstream-c6e67df010b8afcfb0165090d99aee738dadec0a.tar.bz2 upstream-c6e67df010b8afcfb0165090d99aee738dadec0a.zip |
hostap-driver: Add newline at end of autodetected wireless config (cosmetic)
SVN-Revision: 26198
Diffstat (limited to 'package/hostap-driver')
-rwxr-xr-x | package/hostap-driver/files/lib/wifi/hostap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostap-driver/files/lib/wifi/hostap.sh b/package/hostap-driver/files/lib/wifi/hostap.sh index 0eb0ff75ea..29556b8241 100755 --- a/package/hostap-driver/files/lib/wifi/hostap.sh +++ b/package/hostap-driver/files/lib/wifi/hostap.sh @@ -260,6 +260,7 @@ config wifi-iface option mode ap option ssid OpenWrt option encryption none + EOF devidx=$(($devidx + 1)) done |