From: Corey Minyard Date: Thu, 2 May 2024 19:11:04 +0000 (-0500) Subject: ipq40xx: Enable NVMEM_U_BOOT_ENV config X-Git-Tag: v23.05.4~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b00344d11b238ba658d86789be62f04c0ed772;p=thirdparty%2Fopenwrt.git ipq40xx: Enable NVMEM_U_BOOT_ENV config It's needed to get the MAC addresses for the Engenius EAP1300. Signed-off-by: Corey Minyard Link: https://github.com/openwrt/openwrt/pull/15358 Signed-off-by: Christian Marangi Link: https://github.com/openwrt/openwrt/pull/15402 Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/config-5.15 b/target/linux/ipq40xx/config-5.15 index 49663522716..fa0de60172a 100644 --- a/target/linux/ipq40xx/config-5.15 +++ b/target/linux/ipq40xx/config-5.15 @@ -310,6 +310,7 @@ CONFIG_NVMEM=y CONFIG_NVMEM_QCOM_QFPROM=y # CONFIG_NVMEM_QCOM_SEC_QFPROM is not set # CONFIG_NVMEM_SPMI_SDAM is not set +CONFIG_NVMEM_U_BOOT_ENV=y CONFIG_NVMEM_SYSFS=y CONFIG_OF=y CONFIG_OF_ADDRESS=y