diff options
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 + |