Rewrote host environment targets to work out of the box
[project/luci.git] / contrib / uci / hostfiles / etc / config / wireless
diff --git a/contrib/uci/hostfiles/etc/config/wireless b/contrib/uci/hostfiles/etc/config/wireless
new file mode 100644 (file)
index 0000000..4895797
--- /dev/null
@@ -0,0 +1,13 @@
+config wifi-device  wifi0
+       option type     atheros
+       option channel  auto
+
+       # REMOVE THIS LINE TO ENABLE WIFI:
+       option disabled 1
+
+config wifi-iface
+       option device   wifi0
+       option network  lan
+       option mode     ap
+       option ssid     OpenWrt
+       option encryption none