mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 19:40:39 +00:00
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>
This commit is contained in:
parent
24cc341fdc
commit
90e4c8c6e6
@ -10,6 +10,7 @@ comtrend,vr-3032u)
|
|||||||
ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
|
ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
|
||||||
;;
|
;;
|
||||||
netgear,dgnd3700-v2)
|
netgear,dgnd3700-v2)
|
||||||
|
ucidef_set_bridge_device switch
|
||||||
ucidef_set_interface_lan "extsw"
|
ucidef_set_interface_lan "extsw"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user