From: Zoltan HERPAI Date: Fri, 22 Mar 2024 22:11:31 +0000 (+0100) Subject: bcm47xx: fix switch setup for Linksys WRT320N v1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6894a1dfaa7c05a10686d5f2fed2a6c9179d2305;p=openwrt%2Fstaging%2Fwigyori.git bcm47xx: fix switch setup for Linksys WRT320N v1 WRT320N V1 is not detected by the initial network configuration script. The switch remains unconfigured and WAN/LAN VLANs are not created. This adds the correct setup for the device. Signed-off-by: Zoltan HERPAI --- diff --git a/target/linux/bcm47xx/base-files/etc/board.d/01_network b/target/linux/bcm47xx/base-files/etc/board.d/01_network index bcc3af57f8..709c803815 100644 --- a/target/linux/bcm47xx/base-files/etc/board.d/01_network +++ b/target/linux/bcm47xx/base-files/etc/board.d/01_network @@ -170,6 +170,7 @@ configure_by_model() { "Asus RT-N16"* | \ "Linksys E3000 V1" | \ + "Linksys WRT320N V1" | \ "Linksys WRT610N V2" | \ "Netgear WNR3500 V2" | \ "Netgear WNR3500L" | \