summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci/hostfiles/etc/config/wireless
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/uci/hostfiles/etc/config/wireless')
-rw-r--r--contrib/uci/hostfiles/etc/config/wireless13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/uci/hostfiles/etc/config/wireless b/contrib/uci/hostfiles/etc/config/wireless
new file mode 100644
index 000000000..4895797db
--- /dev/null
+++ b/contrib/uci/hostfiles/etc/config/wireless
@@ -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