aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt76x8/config-5.4
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-07-21 10:28:50 +0200
committerPetr Štetiar <ynezz@true.cz>2021-07-21 11:39:39 +0200
commit373c08bcbb08b49715919597ed400abb4dd169c9 (patch)
treef10f2bb4089e8b3bff2294d00db8963fe02e8d10 /target/linux/ramips/mt76x8/config-5.4
parentf33fbfa4de3fb1d2e8a0341683e0eb4da40365ef (diff)
downloadupstream-373c08bcbb08b49715919597ed400abb4dd169c9.tar.gz
upstream-373c08bcbb08b49715919597ed400abb4dd169c9.tar.bz2
upstream-373c08bcbb08b49715919597ed400abb4dd169c9.zip
ramips: fix missing NVMEM subsystem
MAC address retrieval was switched to more generic upstream (5.13) NVMEM based solution in commit 06bb4a5018cd ("ramips: 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: 06bb4a5018cd ("ramips: convert mtd-mac-address to nvmem implementation") Signed-off-by: David Bauer <mail@david-bauer.net> Signed-off-by: Petr Štetiar <ynezz@true.cz> [commit message]
Diffstat (limited to 'target/linux/ramips/mt76x8/config-5.4')
-rw-r--r--target/linux/ramips/mt76x8/config-5.41
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4
index c69f120899..5b9792b30e 100644
--- a/target/linux/ramips/mt76x8/config-5.4
+++ b/target/linux/ramips/mt76x8/config-5.4
@@ -124,6 +124,7 @@ CONFIG_NET_RALINK_SOC=y
# CONFIG_NET_VENDOR_MEDIATEK is not set
CONFIG_NET_VENDOR_RALINK=y
CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y
+CONFIG_NVMEM=y
CONFIG_OF=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_EARLY_FLATTREE=y