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 | 9153036a8ef24c976e01af963c5d72d40702ea7f (patch) | |
tree | d58bc241d6a0a31d91e940c4caefe1aa34092ded /files/etc/config/wireless | |
parent | eda44af29770a50d4472cd274e49acca53bf3b3b (diff) |
Set Channel to 1
Set AP Essid to www.freifunk-jena.de
Diffstat (limited to 'files/etc/config/wireless')
-rw-r--r-- | files/etc/config/wireless | 4 |
1 files changed, 2 insertions, 2 deletions
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 |