diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-17 07:07:43 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-17 07:07:43 +0000 |
commit | d0b16203c647d4e7b2979084694a200c9f500ff5 (patch) | |
tree | 5f5a287de1052cce0a998b90ee289eb946c06602 /package/hostap-driver/files/lib/wifi | |
parent | 0402f4a518bd73e37ff5b07ee71d761a9698ebad (diff) |
[package] hostap-driver: Add newline at end of autodetected wireless config (cosmetic)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26198 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-driver/files/lib/wifi')
-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 |