summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2024-03-28 13:41:32 +0100
committerZoltan HERPAI <wigyori@uid0.hu>2024-03-29 16:30:58 +0100
commit3547565f245479dc1643ea66828fb55635d49051 (patch)
tree83a293070efc30e2f236f550a249c21f3150beb0
parent61c6bc2eaafaf58164b6f3635eeefc7a886b7d67 (diff)
downloadopenwrt-3547565f245479dc1643ea66828fb55635d49051.tar.gz
openwrt-3547565f245479dc1643ea66828fb55635d49051.tar.bz2
openwrt-3547565f245479dc1643ea66828fb55635d49051.zip
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 <wigyori@uid0.hu>
-rw-r--r--target/linux/bcm47xx/base-files/etc/board.d/01_network1
1 files changed, 1 insertions, 0 deletions
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 c3b43b5d37..4a777fc193 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")