diff --git a/root_file_system/default/etc/config/network b/root_file_system/default/etc/config/network index 7931159..a743fbb 100644 --- a/root_file_system/default/etc/config/network +++ b/root_file_system/default/etc/config/network @@ -15,7 +15,6 @@ config 'interface' 'wlanmesh' config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'eth0.1 ath0 bat0 tap0' - option 'stp' '1' config 'switch' 'eth0' option 'name' 'eth0' diff --git a/root_file_system/fonera/etc/config/network b/root_file_system/fonera/etc/config/network index 3e1f5dd..3950d68 100644 --- a/root_file_system/fonera/etc/config/network +++ b/root_file_system/fonera/etc/config/network @@ -15,7 +15,6 @@ config 'interface' 'wlanmesh' config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'ath0 bat0 tap0' - option 'stp' '1' # To get Freifunk on the ethernet port (for a desktop pc for example), comment out # the lan interface section and add eth0 to the ifnames of the mesh interface. diff --git a/root_file_system/wr1043nd/etc/config/network b/root_file_system/wr1043nd/etc/config/network index be23ed8..2e38665 100644 --- a/root_file_system/wr1043nd/etc/config/network +++ b/root_file_system/wr1043nd/etc/config/network @@ -11,7 +11,6 @@ config 'interface' 'wlanmesch' config 'interface' 'mesh' option 'type' 'bridge' option 'ifname' 'eth0.1 wlan0 bat0 tap0' - option 'stp' '1' config 'interface' 'wan' option 'ifname' 'eth0.2' @@ -30,4 +29,4 @@ config 'switch_vlan' config 'switch_vlan' option 'device' 'rtl8366rb' option 'vlan' '2' - option 'ports' '0 5t' \ No newline at end of file + option 'ports' '0 5t' diff --git a/root_file_system/wrt54g_adhoc/etc/config/network b/root_file_system/wrt54g_adhoc/etc/config/network index 15f867d..d9ca5a7 100644 --- a/root_file_system/wrt54g_adhoc/etc/config/network +++ b/root_file_system/wrt54g_adhoc/etc/config/network @@ -42,4 +42,3 @@ config interface wlan0 config interface mesh option type bridge option ifname "bat0 tap0" - option stp 1