2
0
forked from Ivasoft/openwrt

bmips: dgnd3700-v2: fix ethernet

This is a temporary workaround to get the ethernet working, since external
switch is connected by MDIO and it needs additional work.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2021-03-14 20:05:29 +01:00
parent 680f91d0e5
commit be16951494
3 changed files with 91 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ case "$(board_name)" in
comtrend,vr-3032u)
ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
;;
netgear,dgnd3700-v2)
ucidef_set_interface_lan "extsw"
;;
esac
board_config_flush