From 11580ad282c5ab4bd20b0d0dbc8cc06d96667ed9 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 11 Apr 2026 22:57:28 +0200 Subject: [PATCH] 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 --- target/linux/ixp4xx/config-6.18 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ixp4xx/config-6.18 b/target/linux/ixp4xx/config-6.18 index 499d9efc9f..665f56486b 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