Index: /luci/trunk/contrib/uci/hostfiles/etc/config/wireless
===================================================================
--- /luci/trunk/contrib/uci/hostfiles/etc/config/wireless	(revision 2658)
+++ /luci/trunk/contrib/uci/hostfiles/etc/config/wireless	(revision 5290)
@@ -2,7 +2,5 @@
 	option type     atheros
 	option channel  auto
-
-	# REMOVE THIS LINE TO ENABLE WIFI:
-	option disabled 1
+	option disabled 0
 
 config wifi-iface
@@ -12,2 +10,7 @@
 	option ssid	OpenWrt
 	option encryption none
+
+	# Fake active wifi
+	option ifname	ath0
+	option up		1
+
