mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
imx6: image: increase max ubifs file-system size
The latest 2GiB NAND flash parts used by Gateworks ventana are 2K page-size. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
3b1e99d23e
commit
0562037c3b
@ -35,7 +35,7 @@ define Build/boot-overlay
|
|||||||
|
|
||||||
$(STAGING_DIR_HOST)/bin/mkfs.ubifs \
|
$(STAGING_DIR_HOST)/bin/mkfs.ubifs \
|
||||||
--space-fixup --compr=zlib --squash-uids \
|
--space-fixup --compr=zlib --squash-uids \
|
||||||
$(MKUBIFS_OPTS) -c 8124 \
|
$(MKUBIFS_OPTS) -c 16248 \
|
||||||
-o $@.boot.ubifs -d $@.boot
|
-o $@.boot.ubifs -d $@.boot
|
||||||
|
|
||||||
$(TAR) -C $@.boot -cf $@.boot.tar .
|
$(TAR) -C $@.boot -cf $@.boot.tar .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user