aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-23 12:52:05 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-23 12:52:05 +0000
commit3833632618f4084d57cc9eb3fce7708eecd94859 (patch)
treef578cb04afccbf23fb8476291fc1cb7ea083b85d /target/linux/oxnas
parent6c570f3b31bad47ed519d5067eaeae3226117e1e (diff)
downloadmaster-187ad058-3833632618f4084d57cc9eb3fce7708eecd94859.tar.gz
master-187ad058-3833632618f4084d57cc9eb3fce7708eecd94859.tar.bz2
master-187ad058-3833632618f4084d57cc9eb3fce7708eecd94859.zip
oxnas: set ubifs parameters for Default profile
Work-around obsolete mkfs/ubifs code. Unlike squashfs, ubifs images should be generated per-device so minimum I/O unit size, logical erase block size, maximum logical erase block count can be defined for the specific flash-chips parameters. Also, generating ubinized images is unrelated to rootfs being ubifs or squashfs, but rather depends on the device supporting UBI or not. In the meantime and in order to fix an error which currently causes the image generation on buildbot to fail, work-around by defining UBIFS_OPTS for the Default profile. See also http://buildbot.openwrt.org:8010/builders/oxnas/builds/246/steps/compile_8/logs/stdio Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49068 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r--target/linux/oxnas/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/oxnas/image/Makefile b/target/linux/oxnas/image/Makefile
index 548fa62da4..ae1050e9a1 100644
--- a/target/linux/oxnas/image/Makefile
+++ b/target/linux/oxnas/image/Makefile
@@ -8,6 +8,7 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
+Default_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
STG212_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
KD20_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096
POGOPLUG_PRO_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096