From: Rob White Date: Sun, 1 Apr 2018 09:04:46 +0000 (+0100) Subject: mwan3: Add missing globals config section X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dc746a55a1d4e7f73a3e7df63978a4a1948dbbe5;p=openwrt-packages.git mwan3: Add missing globals config section Add missing globals config section with default values. Without the correctly named section, mwan3 startup will fail with the error - Warning: mwan3 is global disabled. Usage: /etc/init.d/mwan3 start. Compile: not required Run tested: LEDE 17.01.04 Author-name: Rob White Maintainer: Florian Eckert Signed-off-by: Rob White --- diff --git a/net/mwan3/files/etc/config/mwan3 b/net/mwan3/files/etc/config/mwan3 index 0ebe38d2d..bf089baf1 100644 --- a/net/mwan3/files/etc/config/mwan3 +++ b/net/mwan3/files/etc/config/mwan3 @@ -1,4 +1,8 @@ +config globals 'globals' + option mmx_mask '0x3F00' + option local_source 'lan' + config interface 'wan' option enabled '1' list track_ip '8.8.4.4'