From 0a64ed27a7978389915f16fedcee73ffcabc5258 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 --- 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 5f28da5b02..80fbca4f51 100644 --- a/target/linux/airoha/an7581/config-6.12 +++ b/target/linux/airoha/an7581/config-6.12 @@ -395,6 +395,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