Show
Ignore:
Timestamp:
08/19/09 02:45:44 (4 years ago)
Author:
jow
Message:

contrib/uci: fake an active wireless network in the shipped uci

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/contrib/uci/hostfiles/etc/config/wireless

    r2658 r5290  
    22    option type     atheros 
    33    option channel  auto 
    4  
    5     # REMOVE THIS LINE TO ENABLE WIFI: 
    6     option disabled 1 
     4    option disabled 0 
    75 
    86config wifi-iface 
     
    1210    option ssid OpenWrt 
    1311    option encryption none 
     12 
     13    # Fake active wifi 
     14    option ifname   ath0 
     15    option up       1 
     16