From patchwork Sun Nov 12 11:20:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] fff-alfred: do not use bat0 for master selection From: Tim Niemeyer X-Patchwork-Id: 679 Message-Id: <1510485640-32422-2-git-send-email-tim@tn-x.org> To: franken-dev@freifunk.net Date: Sun, 12 Nov 2017 12:20:40 +0100 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 --- 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'