From 8a86651d521f7e46224884e59a0cf73567103abf Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 30 May 2022 01:35:33 +0200 Subject: [PATCH] kernel: enable erofs support Signed-off-by: Paul Spooren --- target/linux/generic/config-5.15 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index ce1af10369..bc61284f3d 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -1858,7 +1858,13 @@ CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_EPIC100 is not set CONFIG_EPOLL=y # CONFIG_EQUALIZER is not set -# CONFIG_EROFS_FS is not set +CONFIG_EROFS_FS=y +# CONFIG_EROFS_FS_DEBUG is not set +CONFIG_EROFS_FS_XATTR=y +CONFIG_EROFS_FS_POSIX_ACL=y +CONFIG_EROFS_FS_SECURITY=y +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_ZIP_LZMA=y # CONFIG_ET131X is not set CONFIG_ETHERNET=y # CONFIG_ETHOC is not set -- 2.30.2