Skip to content
Snippets Groups Projects
Commit 1c6b1ab0 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

imx6: fix image boot ubifs compression option


--force-compr was added by the xz compression patch, which is gone now.

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 3e7b894a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ define Build/boot-overlay
$@.boot/6x_bootscript-$(DEVICE_NAME)
$(STAGING_DIR_HOST)/bin/mkfs.ubifs \
--space-fixup --force-compr=zlib --squash-uids \
--space-fixup --compr=zlib --squash-uids \
$(MKUBIFS_OPTS) -c 8124 \
-o $@.boot.ubifs -d $@.boot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment