diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-18 17:45:28 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-18 17:45:28 (GMT) |
commit | 7f7eb3c76ce3ef2ba7d0138e84b44cf194889bf5 (patch) | |
tree | 851fa89fc7dbdd4aecb4f501141908f993587075 /files/etc/config/wireless |
Base Config (Martin,Micha,Benjamin)
Diffstat (limited to 'files/etc/config/wireless')
-rw-r--r-- | files/etc/config/wireless | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/etc/config/wireless b/files/etc/config/wireless new file mode 100644 index 0000000..479c4dc --- /dev/null +++ b/files/etc/config/wireless @@ -0,0 +1,19 @@ +config wifi-device wifi0 + option type atheros + option channel 5 + + # REMOVE THIS LINE TO ENABLE WIFI: +config wifi-iface + option device wifi0 + option network ath0 + option mode adhoc + option ssid batman.jena.freifunk.net + option bssid 03:CA:FF:EE:BA:BE + +config wifi-iface + option device wifi0 + option network ath1 + option mode ap + option ssid batman-test.jena.freifunk.net + option bssid 04:CA:FF:EE:BA:BE + |