From b1636d15de4b9cf1a21ab76b72ecd59535ee96a3 Mon Sep 17 00:00:00 2001 From: bjo Date: Wed, 20 Jun 2012 13:16:45 +0000 Subject: [PATCH] enable blaII --- root_file_system/default/etc/rc.local | 1 + 1 file changed, 1 insertion(+) diff --git a/root_file_system/default/etc/rc.local b/root_file_system/default/etc/rc.local index 8491c27..8363214 100755 --- a/root_file_system/default/etc/rc.local +++ b/root_file_system/default/etc/rc.local @@ -7,6 +7,7 @@ batctl if add wlan0-1 ifconfig eth0 mtu 1528 +echo enable > /sys/devices/virtual/net/bat0/mesh/bridge_loop_avoidance toLower() { echo $1 | sed -e "s/A/a/g" -e "s/B/b/g" -e "s/C/c/g" -e "s/D/d/g" -e "s/E/e/g" -e "s/F/f/g"