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

Submitted by Tim Niemeyer on Nov. 12, 2017, 11:20 a.m.

Details

Message ID 1510485640-32422-2-git-send-email-tim@tn-x.org
State Superseded
Headers show

Commit Message

Tim Niemeyer Nov. 12, 2017, 11:20 a.m.
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@tn-x.org>
---

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

Patch hide | download patch | download mbox

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'