1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 05:04:40 +02:00

[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
This commit is contained in:
acinonyx 2011-03-17 07:07:43 +00:00
parent 0402f4a518
commit d0b16203c6

View File

@ -260,6 +260,7 @@ config wifi-iface
option mode ap option mode ap
option ssid OpenWrt option ssid OpenWrt
option encryption none option encryption none
EOF EOF
devidx=$(($devidx + 1)) devidx=$(($devidx + 1))
done done