diff options
| author | Dirk Buchwalder | 2026-03-01 13:16:43 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-05-15 18:53:04 +0000 |
| commit | e4c15eb1a0b408f33c42ab06f71045f4ff3e5db4 (patch) | |
| tree | f0d2b7b6fba59113a1c53e4155767e6093c23893 | |
| parent | feda35516cf65c770282ca56cee6bef2d7421e9a (diff) | |
| download | openwrt-e4c15eb1a0b408f33c42ab06f71045f4ff3e5db4.tar.gz | |
airoha: an7581: add ubi nvmem driver
Add ubi nvmem driver, required to load nvmem entries from ubi volumes
Signed-off-by: Dirk Buchwalder <buchwalder@posteo.de>
Link: https://github.com/openwrt/openwrt/pull/22151
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit e46853426356d905a27665b545fe9048c9e3a001)
Link: https://github.com/openwrt/openwrt/pull/22294
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/airoha/an7581/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/airoha/an7581/config-6.12 b/target/linux/airoha/an7581/config-6.12 index dcb5fea9e8..3f07f207e6 100644 --- a/target/linux/airoha/an7581/config-6.12 +++ b/target/linux/airoha/an7581/config-6.12 @@ -237,6 +237,7 @@ CONFIG_MTD_SPLIT_FIT_FW=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 CONFIG_MTD_UBI_BLOCK=y +CONFIG_MTD_UBI_NVMEM=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MTK_NET_PHYLIB=y CONFIG_MUTEX_SPIN_ON_OWNER=y |