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 <[email protected]> --- This is built based on the bug report, where it was tested with manually editing the file (on 18.06!). I didn't test at all. https://bugs.openwrt.org/index.php?do=details&task_id=1869 --- target/linux/bcm47xx/base-files/etc/board.d/01_network | 1 + 1 file changed, 1 insertion(+) 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" \ -- 2.20.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
