diff --git a/root_file_system/default/etc/config/batman-adv b/root_file_system/default/etc/config/batman-adv index 7e1c13a..b917abb 100644 --- a/root_file_system/default/etc/config/batman-adv +++ b/root_file_system/default/etc/config/batman-adv @@ -1,5 +1,5 @@ config 'mesh' 'bat0' - option 'interfaces' 'ath1' + option 'interfaces' 'ath0' option 'orig_interval' option 'log_level' option 'aggregated_ogms' diff --git a/root_file_system/default/etc/config/network b/root_file_system/default/etc/config/network index a743fbb..49efc9c 100644 --- a/root_file_system/default/etc/config/network +++ b/root_file_system/default/etc/config/network @@ -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' diff --git a/root_file_system/default/etc/config/nodewatcher b/root_file_system/default/etc/config/nodewatcher index a0c2c6e..6bb3265 100644 --- a/root_file_system/default/etc/config/nodewatcher +++ b/root_file_system/default/etc/config/nodewatcher @@ -24,4 +24,4 @@ config 'crawl' config 'network' option 'mesh_interface' 'br-mesh' - option 'client_interfaces' 'ath0' + option 'client_interfaces' 'ath0-1' diff --git a/root_file_system/dir300/etc/config/network b/root_file_system/dir300/etc/config/network index 8d7e2c1..b4f392a 100644 --- a/root_file_system/dir300/etc/config/network +++ b/root_file_system/dir300/etc/config/network @@ -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' diff --git a/root_file_system/fonera/etc/config/network b/root_file_system/fonera/etc/config/network index c93897a..6ad0ae4 100644 --- a/root_file_system/fonera/etc/config/network +++ b/root_file_system/fonera/etc/config/network @@ -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'