[openwrt/openwrt] mvebu: cortexa53: enable F2FS ZSTD compression support
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 17 11:54:14 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ae358b84895b54990a5ffb4e4777028db84ef9ec
commit ae358b84895b54990a5ffb4e4777028db84ef9ec
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Tue Jun 27 10:26:06 2023 +0200
mvebu: cortexa53: enable F2FS ZSTD compression support
We would love to utilize ZSTD compression support in F2FS on the
Methode euroDPU so lets enable the required kernel support.
Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
target/linux/mvebu/cortexa53/config-6.6 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/target/linux/mvebu/cortexa53/config-6.6 b/target/linux/mvebu/cortexa53/config-6.6
index 3534537b54..9679d30ddf 100644
--- a/target/linux/mvebu/cortexa53/config-6.6
+++ b/target/linux/mvebu/cortexa53/config-6.6
@@ -42,6 +42,10 @@ CONFIG_CC_HAVE_SHADOW_CALL_STACK=y
CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_DMA_DIRECT_REMAP=y
+CONFIG_F2FS_FS_COMPRESSION=y
+# CONFIG_F2FS_FS_LZ4 is not set
+# CONFIG_F2FS_FS_LZO is not set
+CONFIG_F2FS_FS_ZSTD=y
CONFIG_FRAME_POINTER=y
CONFIG_GCC_SUPPORTS_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
More information about the lede-commits
mailing list