[openwrt/openwrt] mvebu: cortex-a72: enable MikroTik NVMEM layout driver
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 24 00:46:32 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b5004bac843d8dc79c3ad38f3a70204db2308cc5
commit b5004bac843d8dc79c3ad38f3a70204db2308cc5
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sun Jun 9 12:18:54 2024 +0200
mvebu: cortex-a72: enable MikroTik NVMEM layout driver
RB5009 will take advantage of the driver to get MAC adress.
Link: https://github.com/openwrt/openwrt/pull/15765
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/mvebu/cortexa72/config-6.6 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mvebu/cortexa72/config-6.6 b/target/linux/mvebu/cortexa72/config-6.6
index cb214b4842..de2cec6f26 100644
--- a/target/linux/mvebu/cortexa72/config-6.6
+++ b/target/linux/mvebu/cortexa72/config-6.6
@@ -74,6 +74,7 @@ CONFIG_MVPP2=y
CONFIG_MV_XOR_V2=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NVMEM_LAYOUTS=y
+CONFIG_NVMEM_LAYOUT_MIKROTIK=y
CONFIG_NVMEM_LAYOUT_ONIE_TLV=y
CONFIG_NVMEM_SYSFS=y
CONFIG_NVMEM_U_BOOT_ENV=y
More information about the lede-commits
mailing list