summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Minyard2024-05-02 19:11:04 +0000
committerRobert Marko2024-05-12 16:59:28 +0000
commit11b00344d11b238ba658d86789be62f04c0ed772 (patch)
treebf3de51490b60a8ed7cfc6fedd6135d8c06c9cbc
parent447eef2063cce1ad472a07af3e368826158b1da3 (diff)
downloadopenwrt-11b00344d11b238ba658d86789be62f04c0ed772.tar.gz
ipq40xx: Enable NVMEM_U_BOOT_ENV config
It's needed to get the MAC addresses for the Engenius EAP1300. Signed-off-by: Corey Minyard <minyard@acm.org> Link: https://github.com/openwrt/openwrt/pull/15358 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15402 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/ipq40xx/config-5.151
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/config-5.15 b/target/linux/ipq40xx/config-5.15
index 4966352271..fa0de60172 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