bcm53xx: Add D-Link DWL-8610AP board settings
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Dec 2022 20:52:44 +0000 (21:52 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 Feb 2023 21:22:48 +0000 (22:22 +0100)
The D-Link DWL-8610AP does not make use of the B53 switch
like most equipment. It lies dormant and the machine is using
eth0 and eth1 directly.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
target/linux/bcm53xx/base-files/etc/board.d/02_network

index c2e5afc5ed80458324fcde0e5bb0b78279976fe5..6bec600540ead0ca12cac7d1c155af53947329bc 100644 (file)
@@ -16,6 +16,9 @@ bcm53xx_setup_interfaces()
        asus,rt-ac88u)
                ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 extsw" "wan"
                ;;
+       dlink,dwl-8610ap)
+               ucidef_set_interface_lan "eth0 eth1" "dhcp"
+               ;;
        linksys,panamera)
                ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8 extsw" "wan"
                ;;