contrib/uci: fake an active wireless network in the shipped uci
This commit is contained in:
parent
2cabcb4be0
commit
ec57f9f537
1 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
config wifi-device wifi0
|
config wifi-device wifi0
|
||||||
option type atheros
|
option type atheros
|
||||||
option channel auto
|
option channel auto
|
||||||
|
option disabled 0
|
||||||
# REMOVE THIS LINE TO ENABLE WIFI:
|
|
||||||
option disabled 1
|
|
||||||
|
|
||||||
config wifi-iface
|
config wifi-iface
|
||||||
option device wifi0
|
option device wifi0
|
||||||
|
@ -11,3 +9,8 @@ config wifi-iface
|
||||||
option mode ap
|
option mode ap
|
||||||
option ssid OpenWrt
|
option ssid OpenWrt
|
||||||
option encryption none
|
option encryption none
|
||||||
|
|
||||||
|
# Fake active wifi
|
||||||
|
option ifname ath0
|
||||||
|
option up 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue