From 8f33ecf2141c209ab511d60034233fbf6905130a 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 --- 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 88c40c2ffb..b19a7abd9a 100644 --- a/target/linux/ipq40xx/config-6.12 +++ b/target/linux/ipq40xx/config-6.12 @@ -332,6 +332,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