summaryrefslogtreecommitdiff
path: root/target/linux/omap/image/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-02-12 10:48:33 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-02-12 10:48:33 +0000
commit936166c04296d5d9c651f5edd34c5c892a5f088c (patch)
tree3aa3a3fdd775dc7e53c90ffd408e7bd935b63ebc /target/linux/omap/image/Makefile
parent3194834c55c3f4753565664d98adf0c57e9e5f5f (diff)
downloadmtk-20170518-936166c04296d5d9c651f5edd34c5c892a5f088c.zip
mtk-20170518-936166c04296d5d9c651f5edd34c5c892a5f088c.tar.gz
mtk-20170518-936166c04296d5d9c651f5edd34c5c892a5f088c.tar.bz2
generate ubifs images
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39576
Diffstat (limited to 'target/linux/omap/image/Makefile')
-rw-r--r--target/linux/omap/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/omap/image/Makefile b/target/linux/omap/image/Makefile
index 42ca517..91b9df3 100644
--- a/target/linux/omap/image/Makefile
+++ b/target/linux/omap/image/Makefile
@@ -7,6 +7,9 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
+UBIFS_OPTS = -F -m 2048 -e 124KiB -c 4096 -U
+UBI_OPTS = -m 2048 -p 128KiB -s 512 -O 2048
+
define Image/BuildKernel
cp $(KDIR)/zImage $(BIN_DIR)/openwrt-$(BOARD)-zImage
-mkdir $(BIN_DIR)/dtbs