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>
Tue, 21 Jul 2020 09:55:31 +0000 (11:55 +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>
target/linux/bcm47xx/base-files/etc/board.d/01_network

index 41a2077ea1fa655fb8611a99bef8efaddf798a5a..242055f2a43ca102502d6901c7e3117d5b814888 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" \