bcm47xx: fix switch setup for Linksys WRT610N v2
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 8 Jul 2020 12:54:11 +0000 (14:54 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 23 Jul 2020 15:40:00 +0000 (17:40 +0200)
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@adrianschmutzler.de>
(cherry picked from commit a2fee73e270305c4cb086055cc30e97f65e6f58b)

target/linux/brcm47xx/base-files/etc/board.d/01_network

index e6311d81397fa7407ae18bb7e726348c96629df5..4c8e0e6bd91da265c95c5938c6217d57cdea9e9b 100755 (executable)
@@ -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" \