summaryrefslogtreecommitdiffhomepage
path: root/contrib/uci/hostfiles/etc/config/wireless
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-09-02 09:41:14 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-09-02 09:41:14 +0200
commit62b203d0ea5bb0367c99bd4978edfe86908e427c (patch)
tree0364d2b6febfb6b3ec6c40533e543f2d6440c3d6 /contrib/uci/hostfiles/etc/config/wireless
parent16b63cb471eafb80eddb27165bdfa70cc5812821 (diff)
contrib: remove obsolete host uci configurations
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib/uci/hostfiles/etc/config/wireless')
-rw-r--r--contrib/uci/hostfiles/etc/config/wireless16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/uci/hostfiles/etc/config/wireless b/contrib/uci/hostfiles/etc/config/wireless
deleted file mode 100644
index 7e7d2d864b..0000000000
--- a/contrib/uci/hostfiles/etc/config/wireless
+++ /dev/null
@@ -1,16 +0,0 @@
-config wifi-device wifi0
- option type atheros
- option channel auto
- option disabled 0
-
-config wifi-iface
- option device wifi0
- option network lan
- option mode ap
- option ssid OpenWrt
- option encryption none
-
- # Fake active wifi
- option ifname ath0
- option up 1
-