Skip to content

Commit

Permalink
bmips: dgnd3700v2: fix network config
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Noltari committed May 23, 2022
1 parent 24cc341 commit 90e4c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/bmips/nand/base-files/etc/board.d/02_network
Expand Up @@ -10,6 +10,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
Expand Down

0 comments on commit 90e4c8c

Please sign in to comment.