imx6: fix image boot ubifs compression option
--force-compr was added by the xz compression patch, which is gone now. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3e7b894ac0
commit
1c6b1ab01d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue