bmips: dgnd3700v2: fix network config

ucidef_set_bridge_device is needed for DGND3700v2 network config since VLAN 1
must be used for the switch to be correctly configured.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 90e4c8c6e6)
This commit is contained in:
Álvaro Fernández Rojas 2022-05-23 21:05:59 +02:00 committed by Tianling Shen
parent 9e6cfcafb6
commit 5503ca8b88
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -9,6 +9,7 @@ comtrend,vr-3032u)
ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
;;
netgear,dgnd3700-v2)
ucidef_set_bridge_device switch
ucidef_set_interface_lan "extsw"
;;
esac