From feda35516cf65c770282ca56cee6bef2d7421e9a Mon Sep 17 00:00:00 2001 From: Dirk Buchwalder Date: Sun, 1 Mar 2026 14:13:55 +0100 Subject: [PATCH] airoha: an7581: enable fitblk driver Enable fitblk driver, required to parse the fit image and set-up the rootfs volume Signed-off-by: Dirk Buchwalder Link: https://github.com/openwrt/openwrt/pull/22151 Signed-off-by: Christian Marangi (cherry picked from commit 0a64ed27a7978389915f16fedcee73ffcabc5258) Link: https://github.com/openwrt/openwrt/pull/22294 Signed-off-by: Robert Marko --- 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 30602f8d21..dcb5fea9e8 100644 --- a/target/linux/airoha/an7581/config-6.12 +++ b/target/linux/airoha/an7581/config-6.12 @@ -396,6 +396,7 @@ CONFIG_TREE_RCU=y CONFIG_TREE_SRCU=y CONFIG_UBIFS_FS=y # CONFIG_UNMAP_KERNEL_AT_EL0 is not set +CONFIG_UIMAGE_FIT_BLK=y CONFIG_USB_SUPPORT=y CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_VDSO_GETRANDOM=y