[PATCH 2/2] fff-alfred: do not use bat0 for master selection

Tim Niemeyer tim at tn-x.org
So Nov 12 12:20:40 CET 2017


During system boot, the dependency of alfred to the bat0
interface is problematic. In some circumstances (no eth mesh
and no wifi mesh), the mesh interfaces are disabled, the
bat0 interface is removed and the station mode is entered.

Because alfred is started after the station mode (current
boot order), it doesn't start up with the missing bat0 interface.

Signed-off-by: Tim Niemeyer <tim at tn-x.org>
---

 src/packages/fff/fff-alfred/files/etc/config/alfred | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/packages/fff/fff-alfred/files/etc/config/alfred b/src/packages/fff/fff-alfred/files/etc/config/alfred
index 5fd4259..f7a8605 100644
--- a/src/packages/fff/fff-alfred/files/etc/config/alfred
+++ b/src/packages/fff/fff-alfred/files/etc/config/alfred
@@ -1,6 +1,6 @@
 config 'alfred' 'alfred'
     option interface 'br-mesh'
     option mode 'slave'
-    option batmanif 'bat0'
+    option batmanif 'none'
     option start_vis '0'
     option run_facters '0'
-- 
2.1.4



Mehr Informationen über die Mailingliste franken-dev