diff options
| author | Darkeye <postfach@martinmichel.info> | 2011-03-05 11:34:21 (GMT) | 
|---|---|---|
| committer | Darkeye <postfach@martinmichel.info> | 2011-03-05 11:34:21 (GMT) | 
| commit | 64039a1ee25cfede363c9e57a03851906163032b (patch) | |
| tree | d58bc241d6a0a31d91e940c4caefe1aa34092ded | |
| parent | 637ce35abf61e3dcaabfd4da6bfec94ecb7093dc (diff) | |
Set Channel to 1
Set AP Essid to www.freifunk-jena.de
| -rw-r--r-- | ROADMAP | 2 | ||||
| -rw-r--r-- | files/etc/config/wireless | 4 | 
2 files changed, 3 insertions, 3 deletions
| @@ -17,7 +17,7 @@ v0.1  v0.2  -> Splash Screen (finished) --> n2n +-> n2n (finished)  v0.3  -> Openvpn diff --git a/files/etc/config/wireless b/files/etc/config/wireless index ba106d4..3fffe3f 100644 --- a/files/etc/config/wireless +++ b/files/etc/config/wireless @@ -1,6 +1,6 @@  config wifi-device  wifi0          option type     atheros -        option channel  5 +        option channel    config wifi-iface          option device   wifi0 @@ -12,5 +12,5 @@ config wifi-iface  config wifi-iface          option device   wifi0          option mode     ap -        option ssid     test.freifunk-jena.de +        option ssid     www.freifunk-jena.de | 
