projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cabcb4
)
contrib/uci: fake an active wireless network in the shipped uci
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Aug 2009 01:45:44 +0000
(
01:45
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 19 Aug 2009 01:45:44 +0000
(
01:45
+0000)
contrib/uci/hostfiles/etc/config/wireless
patch
|
blob
|
history
diff --git
a/contrib/uci/hostfiles/etc/config/wireless
b/contrib/uci/hostfiles/etc/config/wireless
index 4895797dbcad8b8fc0a0efd9cfb56b719e1d1f68..7e7d2d864ba5ea3aad98aaf55975a236d2c70730 100644
(file)
--- a/
contrib/uci/hostfiles/etc/config/wireless
+++ b/
contrib/uci/hostfiles/etc/config/wireless
@@
-1,9
+1,7
@@
config wifi-device wifi0
option type atheros
option channel auto
-
- # REMOVE THIS LINE TO ENABLE WIFI:
- option disabled 1
+ option disabled 0
config wifi-iface
option device wifi0
@@
-11,3
+9,8
@@
config wifi-iface
option mode ap
option ssid OpenWrt
option encryption none
+
+ # Fake active wifi
+ option ifname ath0
+ option up 1
+