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 |
Base Config (Martin,Micha,Benjamin)
-rw-r--r-- | files/etc/config/batman-adv | 9 | ||||
-rw-r--r-- | files/etc/config/wireless | 19 |
2 files changed, 28 insertions, 0 deletions
diff --git a/files/etc/config/batman-adv b/files/etc/config/batman-adv new file mode 100644 index 0000000..383e31f --- /dev/null +++ b/files/etc/config/batman-adv @@ -0,0 +1,9 @@ +config 'mesh' 'bat0' + option 'interfaces' 'ath1' + option 'orig_interval' + option 'log_level' + option 'aggregated_ogms' + option 'bonding' + option 'fragmentation' + option 'vis_mode' + 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 + |