From: Adrian Schmutzler Date: Wed, 8 Jul 2020 12:54:11 +0000 (+0200) Subject: bcm47xx: fix switch setup for Linksys WRT610N v2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7022f1eb1343aa19f53562d1b3eca8b123f356ae;p=openwrt%2Fstaging%2Fadrian.git bcm47xx: fix switch setup for Linksys WRT610N v2 WRT610N V2 is not detected by the initial network configuration script. The switch remains unconfigured and wlan/lan vlans are not created. This adds the correct setup for the device. Fixes: FS#1869 Suggested-by: Alessandro Radicati Signed-off-by: Adrian Schmutzler (cherry picked from commit a2fee73e270305c4cb086055cc30e97f65e6f58b) --- diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_network b/target/linux/brcm47xx/base-files/etc/board.d/01_network index e6311d8139..4c8e0e6bd9 100755 --- a/target/linux/brcm47xx/base-files/etc/board.d/01_network +++ b/target/linux/brcm47xx/base-files/etc/board.d/01_network @@ -171,6 +171,7 @@ configure_by_model() { "Asus RT-N16"* | \ "Linksys E3000 V1" | \ + "Linksys WRT610N V2" | \ "Netgear WNR3500 V2" | \ "Netgear WNR3500L") ucidef_add_switch "switch0" \