X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fxburst%2Fimage%2FMakefile;h=0de5560c961e0ee3f96486b6f2ab468d3d8943ec;hb=c808a4a7efd0342cb565958dcd43bdd75d432ded;hp=9c03b38092317fa48a16bf887cd0a6c0cc10c434;hpb=946c8fa59adb937542c1b193d4226388f2cd9659;p=lede-git%2F.git diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile index 9c03b38092..0de5560c96 100644 --- a/target/linux/xburst/image/Makefile +++ b/target/linux/xburst/image/Makefile @@ -10,11 +10,11 @@ include $(INCLUDE_DIR)/image.mk JFFS2_BLOCKSIZE=256k 512k ifneq ($(CONFIG_TARGET_xburst_qi_lb60),) +UBI_OPTS = -m 4096 -p 512KiB UBIFS_OPTS = -m 4096 -e 516096 -c 4095 -UBINIZE_OPTS = -m 4096 -p 512KiB else +UBI_OPTS = -m 2048 -p 128KiB -s 512 UBIFS_OPTS = -m 2048 -e 126KiB -c 4096 -UBINIZE_OPTS = -m 2048 -p 128KiB -s 512 endif UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage.bin