fixes new interface-naming in madwifi.sh since openwrt r29029

This commit is contained in:
bjo 2011-11-29 17:47:20 +00:00
parent 518b62b526
commit 6ca40443a9
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
config 'mesh' 'bat0'
option 'interfaces' 'ath1'
option 'interfaces' 'ath0'
option 'orig_interval'
option 'log_level'
option 'aggregated_ogms'

View File

@ -14,7 +14,7 @@ config 'interface' 'wlanmesh'
config 'interface' 'mesh'
option 'type' 'bridge'
option 'ifname' 'eth0.1 ath0 bat0 tap0'
option 'ifname' 'eth0.1 ath0-1 bat0 tap0'
config 'switch' 'eth0'
option 'name' 'eth0'

View File

@ -24,4 +24,4 @@ config 'crawl'
config 'network'
option 'mesh_interface' 'br-mesh'
option 'client_interfaces' 'ath0'
option 'client_interfaces' 'ath0-1'

View File

@ -9,12 +9,12 @@ config 'interface' 'loopback'
# option 'ifname' 'eth0.1'
config 'interface' 'wlanmesh'
option 'ifname' 'ath1'
option 'ifname' 'ath0'
option 'mtu' '1528'
config 'interface' 'mesh'
option 'type' 'bridge'
option 'ifname' 'eth0.1 ath0 bat0 tap0'
option 'ifname' 'eth0.1 ath0-1 bat0 tap0'
option 'stp' '1'
config 'switch' 'eth0'

View File

@ -9,7 +9,7 @@ config 'interface' 'lan'
option 'ifname' 'eth0'
config 'interface' 'wlanmesh'
option 'ifname' 'ath1'
option 'ifname' 'ath0'
option 'mtu' '1528'
config 'interface' 'mesh'