From fdd9b8e125cf78b7bb1c8fcc463d129f8b4c6c75 Mon Sep 17 00:00:00 2001 From: Lorenzo Bianconi Date: Mon, 9 Mar 2026 11:13:45 +0100 Subject: [PATCH] airoha: an7583: Disable flow-stats Disable airoha-flow-stats for an7583 since it is not currently supported by the firmware image. Signed-off-by: Lorenzo Bianconi Link: https://github.com/openwrt/openwrt/pull/22341 Signed-off-by: Christian Marangi --- target/linux/airoha/an7583/config-6.12 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/airoha/an7583/config-6.12 b/target/linux/airoha/an7583/config-6.12 index a9905e08cd..3ba7c7ddbd 100644 --- a/target/linux/airoha/an7583/config-6.12 +++ b/target/linux/airoha/an7583/config-6.12 @@ -241,7 +241,7 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_NET_AIROHA=y -CONFIG_NET_AIROHA_FLOW_STATS=y +# CONFIG_NET_AIROHA_FLOW_STATS is not set CONFIG_NET_AIROHA_NPU=y CONFIG_NET_DEVLINK=y CONFIG_NET_DSA=y