diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-21 01:40:12 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-21 01:40:12 (GMT) |
commit | a78324f7160b2f19b70dce39ab87ee173730ab38 (patch) | |
tree | 15ecea6907b9b16753e65100a955110af0f74da1 | |
parent | 793388fe38bd4183e1f4698134d2e83b2a997485 (diff) |
little changes because batman-adhoc interface seems to be always ath1
-rw-r--r-- | files/etc/config/batman-adv | 2 | ||||
-rw-r--r-- | files/etc/config/network | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/etc/config/batman-adv b/files/etc/config/batman-adv index 374e4b6..383e31f 100644 --- a/files/etc/config/batman-adv +++ b/files/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/files/etc/config/network b/files/etc/config/network index 5c87829..0df1dfc 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -5,7 +5,7 @@ config 'interface' 'loopback' option 'netmask' '255.0.0.0' config 'interface' 'mesh' option 'type' 'bridge' - option 'ifname' 'ath1 bat0' + option 'ifname' 'bat0 ath0' config 'interface' 'lan' option 'type' 'bridge' |