diff options
author | Corey Minyard <minyard@acm.org> | 2024-05-02 14:11:04 -0500 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-05-06 12:45:51 +0200 |
commit | e51791963e39d3ea8d7c7e679cebbb5191977c00 (patch) | |
tree | 1b206a26d1412c2eef0b80caacc6690abe9f6e3d /target/linux/ipq40xx/config-6.6 | |
parent | f3f3e2c5bb89f56a122978e791c1284add1bd20e (diff) |
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>
Diffstat (limited to 'target/linux/ipq40xx/config-6.6')
-rw-r--r-- | target/linux/ipq40xx/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/config-6.6 b/target/linux/ipq40xx/config-6.6 index 22101d7df0..52ac1a585e 100644 --- a/target/linux/ipq40xx/config-6.6 +++ b/target/linux/ipq40xx/config-6.6 @@ -330,6 +330,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 |