[openwrt/openwrt] bcm53xx: enable CONFIG_NET_DSA_QCA8K

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 21 15:42:49 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d2ffd4317198cf393f51fa8a24752b889ecfc556

commit d2ffd4317198cf393f51fa8a24752b889ecfc556
Author: Lech Perczak <lech.perczak at gmail.com>
AuthorDate: Wed Oct 2 15:10:48 2024 +0200

    bcm53xx: enable CONFIG_NET_DSA_QCA8K
    
    Enable support for qca8k switch used in Meraki MX65. This is required to
    properly support preinit networking on this device, otherwise unit won't
    be accessible in failsafe mode.
    
    Signed-off-by: Lech Perczak <lech.perczak at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16634
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/bcm53xx/config-6.6 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/linux/bcm53xx/config-6.6 b/target/linux/bcm53xx/config-6.6
index e9ac56416a..101bde807f 100644
--- a/target/linux/bcm53xx/config-6.6
+++ b/target/linux/bcm53xx/config-6.6
@@ -235,10 +235,13 @@ CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NEED_SRCU_NMI_SAFE=y
 CONFIG_NET_DEVLINK=y
 CONFIG_NET_DSA=y
+CONFIG_NET_DSA_QCA8K=y
+CONFIG_NET_DSA_QCA8K_LEDS_SUPPORT=y
 CONFIG_NET_DSA_TAG_BRCM=y
 CONFIG_NET_DSA_TAG_BRCM_COMMON=y
 CONFIG_NET_DSA_TAG_BRCM_LEGACY=y
 CONFIG_NET_DSA_TAG_BRCM_PREPEND=y
+CONFIG_NET_DSA_TAG_QCA=y
 CONFIG_NET_DSA_TAG_NONE=y
 CONFIG_NET_EGRESS=y
 CONFIG_NET_FLOW_LIMIT=y




More information about the lede-commits mailing list