From 7384e0e6b77518efa4d113ede46f8c107de6f604 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 24 Jul 2008 13:55:11 +0000 Subject: Rewrote host environment targets to work out of the box --- contrib/uci/hostfiles/etc/config/wireless | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contrib/uci/hostfiles/etc/config/wireless (limited to '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 index 0000000000..4895797dbc --- /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 -- cgit v1.2.3