mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
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 <linusw@kernel.org>
This commit is contained in:
parent
677c2fb19d
commit
11580ad282
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user