diff options
| author | Dirk Buchwalder | 2026-03-01 13:13:55 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-05-15 18:53:04 +0000 |
| commit | feda35516cf65c770282ca56cee6bef2d7421e9a (patch) | |
| tree | 1fa424038af904e9edd8574d34c8fa0c06fcfd00 | |
| parent | fac5a815ea128a6d36d8c4fe69f4692cb3c7466c (diff) | |
| download | openwrt-feda35516cf65c770282ca56cee6bef2d7421e9a.tar.gz | |
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 <buchwalder@posteo.de>
Link: https://github.com/openwrt/openwrt/pull/22151
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 0a64ed27a7978389915f16fedcee73ffcabc5258)
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 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 |