From e46853426356d905a27665b545fe9048c9e3a001 Mon Sep 17 00:00:00 2001 From: Dirk Buchwalder Date: Sun, 1 Mar 2026 14:16:43 +0100 Subject: [PATCH] airoha: an7581: add ubi nvmem driver Add ubi nvmem driver, required to load nvmem entries from ubi volumes Signed-off-by: Dirk Buchwalder Link: https://github.com/openwrt/openwrt/pull/22151 Signed-off-by: Christian Marangi --- target/linux/airoha/an7581/config-6.12 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/airoha/an7581/config-6.12 b/target/linux/airoha/an7581/config-6.12 index 80fbca4f51a..54710225e42 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 -- 2.47.3