From: Linus Walleij Date: Sat, 11 Apr 2026 20:57:28 +0000 (+0200) Subject: kernel/ixp4xx: update config for v6.18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11580ad282c5ab4bd20b0d0dbc8cc06d96667ed9;p=thirdparty%2Fopenwrt.git kernel/ixp4xx: update config for v6.18 The new symbol CONFIG_PAGE_BLOCK_MAX_ORDER typical value for ARM is 9 (2MB) so set this. Link: https://github.com/openwrt/openwrt/pull/22896 Signed-off-by: Linus Walleij --- diff --git a/target/linux/ixp4xx/config-6.18 b/target/linux/ixp4xx/config-6.18 index 499d9efc9ff..665f56486b4 100644 --- a/target/linux/ixp4xx/config-6.18 +++ b/target/linux/ixp4xx/config-6.18 @@ -189,6 +189,7 @@ CONFIG_OF_KOBJ=y CONFIG_OF_MDIO=y CONFIG_OLD_SIGACTION=y CONFIG_OLD_SIGSUSPEND3=y +CONFIG_PAGE_BLOCK_MAX_ORDER=9 CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_PAGE_POOL=y CONFIG_PAGE_SIZE_LESS_THAN_256KB=y