aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2022-05-23 21:05:59 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-06-07 21:36:58 +0200
commit26958e9724968b0b15d86f5b38a41d1d845ad2d9 (patch)
treec0f0b6bf062676db71a1329e030ec12be506e385 /target
parentfe04b41d70671a7bf8b46f39e5ad892aaf7786e3 (diff)
downloadupstream-26958e9724968b0b15d86f5b38a41d1d845ad2d9.tar.gz
upstream-26958e9724968b0b15d86f5b38a41d1d845ad2d9.tar.bz2
upstream-26958e9724968b0b15d86f5b38a41d1d845ad2d9.zip
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 90e4c8c6e6fe060d849a5b96bc7595345ce3d6ea)
Diffstat (limited to 'target')
-rw-r--r--target/linux/bmips/nand/base-files/etc/board.d/02_network1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bmips/nand/base-files/etc/board.d/02_network b/target/linux/bmips/nand/base-files/etc/board.d/02_network
index b5ee52a682..dc028c289e 100644
--- a/target/linux/bmips/nand/base-files/etc/board.d/02_network
+++ b/target/linux/bmips/nand/base-files/etc/board.d/02_network
@@ -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