Skip to content

Commit 1dd762c

Browse files
committed
fix(build): re-add mwan3
The final image was missing mwan3. Changes: - add back the luci app for mwan3 - make sure mwan3 is built even if the luci appi si disabled
1 parent b6fca04 commit 1dd762c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/luci.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CONFIG_PACKAGE_luci-proto-ppp=y
1919
CONFIG_PACKAGE_luci-theme-bootstrap=y
2020
CONFIG_PACKAGE_rpcd-mod-luci=y
2121
CONFIG_PACKAGE_luci-app-adblock=y
22-
CONFIG_PACKAGE_luci-app-mwan3=
22+
CONFIG_PACKAGE_luci-app-mwan3=y
2323
CONFIG_PACKAGE_luci-app-wireguard=m
2424
CONFIG_PACKAGE_luci-proto-3g=y
2525
CONFIG_PACKAGE_luci-proto-wireguard=m

config/mwan3.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_PACKAGE_mwan3=y

0 commit comments

Comments
 (0)