diff options
| author | Kenneth Kasilag | 2026-03-06 13:31:02 +0000 |
|---|---|---|
| committer | Christian Marangi | 2026-05-14 18:18:33 +0000 |
| commit | 530d3329f4d070162c6cd53d6775edb42183f19e (patch) | |
| tree | 0a0a6f17f337346ddc4c69d5798ecac7c9417ade | |
| parent | 6bd5ed7254438214830b2d909abcbd83f5474d0b (diff) | |
| download | openwrt-530d3329f4d070162c6cd53d6775edb42183f19e.tar.gz | |
airoha: an7581: disable NPU offload stats for eagle
'CONFIG_NET_AIROHA_FLOW_STATS=y' currently breaks NPU
offload for AN7581+MT7996, so disable it for now.
Signed-off-by: Kenneth Kasilag <kenneth@kasilag.me>
Link: https://github.com/openwrt/openwrt/pull/22300
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit d09041eb8a8e791c399ce5c3ec0b517b9655ef23)
| -rw-r--r-- | target/linux/airoha/an7581/config-6.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/airoha/an7581/config-6.6 b/target/linux/airoha/an7581/config-6.6 index 8003dbbe92..d158370d28 100644 --- a/target/linux/airoha/an7581/config-6.6 +++ b/target/linux/airoha/an7581/config-6.6 @@ -231,7 +231,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 |