diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-05-13 10:36:39 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-05-13 10:36:39 +0000 |
commit | abd4a7df35035a8f4b20867f92da2ed1f502a867 (patch) | |
tree | 0c31819430a10ac782eaed5c2b9b43432610853c /target | |
parent | 09e0d100108a9149066693e409884b53b7c8ef3a (diff) | |
download | upstream-abd4a7df35035a8f4b20867f92da2ed1f502a867.tar.gz upstream-abd4a7df35035a8f4b20867f92da2ed1f502a867.tar.bz2 upstream-abd4a7df35035a8f4b20867f92da2ed1f502a867.zip |
Squash uids
SVN-Revision: 26883
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/omap35xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/image/Makefile b/target/linux/omap35xx/image/Makefile index aed7b300fa..71c00cfd5b 100644 --- a/target/linux/omap35xx/image/Makefile +++ b/target/linux/omap35xx/image/Makefile @@ -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 |