diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-07-21 10:28:50 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-07-21 11:39:39 +0200 |
commit | f33fbfa4de3fb1d2e8a0341683e0eb4da40365ef (patch) | |
tree | 8c29c197725b9c61e160dfda42c478516de84da7 | |
parent | c5b3c13b6030ef2d7e6e40df2b3e778077e15811 (diff) | |
download | upstream-f33fbfa4de3fb1d2e8a0341683e0eb4da40365ef.tar.gz upstream-f33fbfa4de3fb1d2e8a0341683e0eb4da40365ef.tar.bz2 upstream-f33fbfa4de3fb1d2e8a0341683e0eb4da40365ef.zip |
bmips: fix missing NVMEM subsystem
MAC address retrieval was switched to more generic upstream (5.13) NVMEM
based solution in commit 32adbfc789f6 ("bmips: convert mtd-mac-address
to nvmem implementation"), but NVMEM subsystem wasn't enabled in the
kernel, so fix it now.
References: https://github.com/openwrt/openwrt/pull/4041#issuecomment-883322801
Fixes: 32adbfc789f6 ("bmips: convert mtd-mac-address to nvmem implementation")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r-- | target/linux/bmips/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bmips/config-5.10 b/target/linux/bmips/config-5.10 index 58f40951d3..f10768f99e 100644 --- a/target/linux/bmips/config-5.10 +++ b/target/linux/bmips/config-5.10 @@ -194,6 +194,7 @@ CONFIG_NET_SWITCHDEV=y CONFIG_NO_EXCEPT_FILL=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y CONFIG_NR_CPUS=2 +CONFIG_NVMEM=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_EARLY_FLATTREE=y |