1
0
Fork 0
forked from mirror/openwrt

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 <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22539
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
Rosen Penev 2026-03-20 17:45:39 -07:00 committed by Robert Marko
parent b9299ae0e7
commit 8f33ecf214
No known key found for this signature in database
GPG key ID: 66D805C09F36AFA5

View file

@ -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