projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
149a1ab
)
mvebu: uDPU/eDPU: mount F2FS with ZSTD compression
author
Robert Marko
<
[email protected]
>
Wed, 3 Jan 2024 12:25:04 +0000
(13:25 +0100)
committer
Robert Marko
<
[email protected]
>
Mon, 17 Jun 2024 18:16:20 +0000
(20:16 +0200)
Now that we can pass the desired compression via cmdline, pass ZSTD as the
desired compression algorithm for F2FS.
Signed-off-by: Robert Marko <
[email protected]
>
target/linux/mvebu/image/udpu.bootscript
patch
|
blob
|
history
diff --git
a/target/linux/mvebu/image/udpu.bootscript
b/target/linux/mvebu/image/udpu.bootscript
index 1da35a793e0c301670bff7563d2e48f42cdf96db..e646b42e8907d3d02876e3ea88e936da50e6d434 100644
(file)
--- 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} @
[email protected]