From 5337352ffc43cf95ea225f928c9db07dc1d8af99 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 20 Mar 2026 17:45:39 -0700 Subject: [PATCH] ipq40xx: add CONFIG_NVMEM_BLOCK NVMEM on MMC was added in dts but the corresponding option was not added to the config. Fixes: ee5999c ("treewide: linksys: use nvmem MAC for hw_mac_addr") Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22539 Signed-off-by: Robert Marko (cherry picked from commit 8f33ecf2141c209ab511d60034233fbf6905130a) --- target/linux/ipq40xx/config-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq40xx/config-6.12 b/target/linux/ipq40xx/config-6.12 index 949d23f792..aca3af0f50 100644 --- a/target/linux/ipq40xx/config-6.12 +++ b/target/linux/ipq40xx/config-6.12 @@ -330,6 +330,7 @@ CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y CONFIG_NR_CPUS=4 CONFIG_NVMEM=y +CONFIG_NVMEM_BLOCK=y CONFIG_NVMEM_LAYOUTS=y CONFIG_NVMEM_LAYOUT_ASCII_ENV=y CONFIG_NVMEM_LAYOUT_U_BOOT_ENV=y