From bc68ab161d2a2adca8a45ed5d59cf613d1c5f1d8 Mon Sep 17 00:00:00 2001 From: Darkeye Date: Wed, 19 Jan 2011 00:19:46 +0100 Subject: Fixed bridge problem and revoke workaround diff --git a/files/etc/config/wireless b/files/etc/config/wireless index 479c4dc..cb4aec1 100644 --- a/files/etc/config/wireless +++ b/files/etc/config/wireless @@ -5,14 +5,12 @@ config wifi-device wifi0 # 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 diff --git a/files/etc/rc.local b/files/etc/rc.local index a135777..38c68a9 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -1,7 +1,4 @@ # the system init finished. By default this file does nothing. - -# Workaround bridge seems do work not well (ath1 did not join the bridge) -brctl addif br-mesh ath1 ifconfig br-mesh down ifconfig br-mesh up exit 0 -- cgit v0.10.1