[openwrt/openwrt] bcm47xx: fix switch setup for Linksys WRT610N v2

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 23 11:42:31 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch openwrt-19.07:
https://git.openwrt.org/7022f1eb1343aa19f53562d1b3eca8b123f356ae

commit 7022f1eb1343aa19f53562d1b3eca8b123f356ae
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Wed Jul 8 14:54:11 2020 +0200

    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 <freifunk at adrianschmutzler.de>
    (cherry picked from commit a2fee73e270305c4cb086055cc30e97f65e6f58b)
---
 target/linux/brcm47xx/base-files/etc/board.d/01_network | 1 +
 1 file changed, 1 insertion(+)

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" \



More information about the lede-commits mailing list