diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-08 14:54:11 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-21 11:55:31 +0200 |
commit | a2fee73e270305c4cb086055cc30e97f65e6f58b (patch) | |
tree | b7c5b46b34af29327799a4420e6dbf87e6a33f98 /target/linux/bcm47xx/base-files/etc/board.d | |
parent | 683193cfb7a62095aae88428fd38c997ff9a8506 (diff) | |
download | upstream-a2fee73e270305c4cb086055cc30e97f65e6f58b.tar.gz upstream-a2fee73e270305c4cb086055cc30e97f65e6f58b.tar.bz2 upstream-a2fee73e270305c4cb086055cc30e97f65e6f58b.zip |
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@adrianschmutzler.de>
Diffstat (limited to 'target/linux/bcm47xx/base-files/etc/board.d')
-rwxr-xr-x | target/linux/bcm47xx/base-files/etc/board.d/01_network | 1 |
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 41a2077ea1..242055f2a4 100755 --- a/target/linux/bcm47xx/base-files/etc/board.d/01_network +++ b/target/linux/bcm47xx/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" \ |