From: Robert Marko Date: Wed, 3 Jan 2024 12:25:04 +0000 (+0100) Subject: mvebu: uDPU/eDPU: mount F2FS with ZSTD compression X-Git-Tag: v24.10.0-rc1~1480 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15675%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/mvebu/image/udpu.bootscript b/target/linux/mvebu/image/udpu.bootscript index 1da35a793e0..e646b42e890 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@.dtb