Browse Source

Merge pull request #12709 from m01/bugfix-mwan3-config-load

mwan3: Fix mwan3 start not doing anything
lilik-openwrt-22.03
Florian Eckert 4 years ago
committed by GitHub
parent
commit
fb1437e222
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      net/mwan3/Makefile
  2. +1
    -0
      net/mwan3/files/usr/sbin/mwan3

+ 1
- 1
net/mwan3/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mwan3
PKG_VERSION:=2.8.7
PKG_VERSION:=2.8.8
PKG_RELEASE:=1
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
PKG_LICENSE:=GPL-2.0


+ 1
- 0
net/mwan3/files/usr/sbin/mwan3 View File

@ -129,6 +129,7 @@ start()
uci_toggle_state mwan3 globals enabled "1"
config_load mwan3
config_foreach ifup interface
}


Loading…
Cancel
Save