From 43f0555565edf9ba30c756ff301a509b7cdd7a63 Mon Sep 17 00:00:00 2001 From: bjo Date: Tue, 29 Nov 2011 18:14:05 +0000 Subject: [PATCH] reverted last commit --- root_file_system/default/etc/config/batman-adv | 2 +- root_file_system/default/etc/config/network | 2 +- root_file_system/default/etc/config/nodewatcher | 2 +- root_file_system/dir300/etc/config/network | 4 ++-- root_file_system/fonera/etc/config/network | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/root_file_system/default/etc/config/batman-adv b/root_file_system/default/etc/config/batman-adv index b917abb..7e1c13a 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' 'ath0' + option 'interfaces' 'ath1' 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 49efc9c..a743fbb 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-1 bat0 tap0' + option 'ifname' 'eth0.1 ath0 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 6bb3265..a0c2c6e 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-1' + option 'client_interfaces' 'ath0' diff --git a/root_file_system/dir300/etc/config/network b/root_file_system/dir300/etc/config/network index b4f392a..8d7e2c1 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' 'ath0' + option 'ifname' 'ath1' option 'mtu' '1528' config 'interface' 'mesh' option 'type' 'bridge' - option 'ifname' 'eth0.1 ath0-1 bat0 tap0' + option 'ifname' 'eth0.1 ath0 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 6ad0ae4..c93897a 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' 'ath0' + option 'ifname' 'ath1' option 'mtu' '1528' config 'interface' 'mesh'