Squash uids
SVN-Revision: 26883
This commit is contained in:
parent
09e0d10010
commit
abd4a7df35
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/image.mk
|
|||
JFFS2_BLOCKSIZE=128k
|
||||
JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
|
||||
|
||||
UBIFS_OPTS = -m 2048 -e 126KiB -c 1996
|
||||
UBIFS_OPTS = -m 2048 -e 126KiB -c 1996 -U
|
||||
UBINIZE_OPTS = -m 2048 -p 128KiB -s 512
|
||||
|
||||
define Image/BuildKernel
|
||||
|
|
Loading…
Reference in a new issue