From: Rosen Penev Date: Sat, 21 Mar 2026 00:45:39 +0000 (-0700) Subject: ipq40xx: add CONFIG_NVMEM_BLOCK X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f33ecf2141c209ab511d60034233fbf6905130a;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/ipq40xx/config-6.12 b/target/linux/ipq40xx/config-6.12 index 88c40c2ffbb..b19a7abd9a8 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