[openwrt/openwrt] mvebu: uDPU/eDPU: mount F2FS with ZSTD compression
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 17 11:54:18 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/70088a7e4c766fb57473b63f187997cae11a1488
commit 70088a7e4c766fb57473b63f187997cae11a1488
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Wed Jan 3 13:25:04 2024 +0100
mvebu: uDPU/eDPU: mount F2FS with ZSTD compression
Now that we can pass the desired compression via cmdline, pass ZSTD as the
desired compression algorithm for F2FS.
Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
target/linux/mvebu/image/udpu.bootscript | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mvebu/image/udpu.bootscript b/target/linux/mvebu/image/udpu.bootscript
index 1da35a793e..e646b42e89 100644
--- a/target/linux/mvebu/image/udpu.bootscript
+++ b/target/linux/mvebu/image/udpu.bootscript
@@ -23,7 +23,7 @@ if test ${fdt_add_r}; then
setenv fdt_addr_r 0x4f00000
fi
-setenv console 'console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000'
+setenv console 'console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000 rootfs_mount_options.compress_algorithm=zstd'
setenv bootargs ${console} $rootdev rw rootwait
load mmc ${mmcdev}:1 ${fdt_addr_r} @DTB at .dtb
More information about the lede-commits
mailing list