mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
Due to a missing config load function call, mwan3 start runs ifup for an empty list of interfaces, thus not calling ifup at all. This commit introduces the missing config_load call. Signed-off-by: Michiel Blokzijl <code@m01.eu>