summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2024-01-03 13:25:04 +0100
committerRobert Marko <robert.marko@sartura.hr>2024-06-17 20:16:20 +0200
commit70088a7e4c766fb57473b63f187997cae11a1488 (patch)
tree7703e35d6ef0f184ff73c131d4a230acbd0f287e /target/linux/mvebu/image
parent149a1ab273ca5b8582c6e02c7aa99cf9887c4437 (diff)
downloadopenwrt-70088a7e4c766fb57473b63f187997cae11a1488.tar.gz
openwrt-70088a7e4c766fb57473b63f187997cae11a1488.tar.bz2
openwrt-70088a7e4c766fb57473b63f187997cae11a1488.zip
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@sartura.hr>
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r--target/linux/mvebu/image/udpu.bootscript2
1 files changed, 1 insertions, 1 deletions
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@.dtb