From: Shiji Yang Date: Tue, 28 Apr 2026 13:06:36 +0000 (+0800) Subject: ramips: mt7621: disable CONFIG_PAGE_POOL_STATS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23142%2Fhead;p=thirdparty%2Fopenwrt.git ramips: mt7621: disable CONFIG_PAGE_POOL_STATS Commit 15887235c1e3 ("generic: mtk_eth_soc: reduce driver memory usage") allows building mediatek ethernet driver without CONFIG_PAGE_POOL_STATS. This can slightly improve throughput on legacy MIPS based MT7621 SoC. Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/23142 Signed-off-by: Robert Marko --- diff --git a/target/linux/ramips/mt7621/config-6.18 b/target/linux/ramips/mt7621/config-6.18 index 7a9de879d14..d003703e62d 100644 --- a/target/linux/ramips/mt7621/config-6.18 +++ b/target/linux/ramips/mt7621/config-6.18 @@ -212,7 +212,6 @@ CONFIG_OF_MDIO=y CONFIG_PADATA=y CONFIG_PAGE_BLOCK_MAX_ORDER=10 CONFIG_PAGE_POOL=y -CONFIG_PAGE_POOL_STATS=y CONFIG_PAGE_SIZE_LESS_THAN_256KB=y CONFIG_PAGE_SIZE_LESS_THAN_64KB=y CONFIG_PCI=y