From 265c289235f19041415c88cf596b2cdcdeb64c1a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 5 Oct 2023 09:52:48 +0200 Subject: [PATCH] qca-kernel: disable SWITCHDEV this broke wired ports that are not part of a bridge Signed-off-by: John Crispin --- feeds/ipq807x_v5.4/ipq60xx/config-5.4 | 2 +- feeds/ipq807x_v5.4/ipq807x/config-5.4 | 2 +- feeds/ipq95xx/ipq95xx/config-5.4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/feeds/ipq807x_v5.4/ipq60xx/config-5.4 b/feeds/ipq807x_v5.4/ipq60xx/config-5.4 index b6aa16288..8812417a1 100644 --- a/feeds/ipq807x_v5.4/ipq60xx/config-5.4 +++ b/feeds/ipq807x_v5.4/ipq60xx/config-5.4 @@ -745,7 +745,7 @@ CONFIG_NET_FLOW_LIMIT=y CONFIG_NET_L3_MASTER_DEV=y CONFIG_NET_PTP_CLASSIFY=y # CONFIG_NET_SCH_TAPRIO is not set -CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_SWITCHDEV is not set # CONFIG_NET_VENDOR_GOOGLE is not set # CONFIG_NET_VENDOR_PENSANDO is not set # CONFIG_NF_IPV6_DUMMY_HEADER is not set diff --git a/feeds/ipq807x_v5.4/ipq807x/config-5.4 b/feeds/ipq807x_v5.4/ipq807x/config-5.4 index 85af05152..4626fed2f 100644 --- a/feeds/ipq807x_v5.4/ipq807x/config-5.4 +++ b/feeds/ipq807x_v5.4/ipq807x/config-5.4 @@ -744,7 +744,7 @@ CONFIG_NET_FLOW_LIMIT=y CONFIG_NET_L3_MASTER_DEV=y CONFIG_NET_PTP_CLASSIFY=y # CONFIG_NET_SCH_TAPRIO is not set -CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_SWITCHDEV is not set # CONFIG_NET_VENDOR_GOOGLE is not set # CONFIG_NET_VENDOR_PENSANDO is not set # CONFIG_NF_IPV6_DUMMY_HEADER is not set diff --git a/feeds/ipq95xx/ipq95xx/config-5.4 b/feeds/ipq95xx/ipq95xx/config-5.4 index f3d427276..99d1fc633 100644 --- a/feeds/ipq95xx/ipq95xx/config-5.4 +++ b/feeds/ipq95xx/ipq95xx/config-5.4 @@ -748,7 +748,7 @@ CONFIG_NET_FLOW_LIMIT=y CONFIG_NET_L3_MASTER_DEV=y CONFIG_NET_PTP_CLASSIFY=y # CONFIG_NET_SCH_TAPRIO is not set -CONFIG_NET_SWITCHDEV=y +# CONFIG_NET_SWITCHDEV is not set # CONFIG_NET_VENDOR_GOOGLE is not set # CONFIG_NET_VENDOR_PENSANDO is not set # CONFIG_NF_CONNTRACK_DSCPREMARK_EXT is not set