diff options
| author | Corey Minyard | 2024-05-02 19:11:04 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-05-12 16:59:28 +0000 |
| commit | 11b00344d11b238ba658d86789be62f04c0ed772 (patch) | |
| tree | bf3de51490b60a8ed7cfc6fedd6135d8c06c9cbc | |
| parent | 447eef2063cce1ad472a07af3e368826158b1da3 (diff) | |
| download | openwrt-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.15 | 1 |
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 |