projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] hostap-driver: Add newline at end of autodetected wireless config (cosmetic)
[openwrt/svn-archive/archive.git]
/
package
/
hostap-driver
/
files
/
lib
/
wifi
/
hostap.sh
diff --git
a/package/hostap-driver/files/lib/wifi/hostap.sh
b/package/hostap-driver/files/lib/wifi/hostap.sh
index
0eb0ff7
..
29556b8
100755
(executable)
--- 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