summaryrefslogtreecommitdiff
path: root/include/image.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-16 10:29:50 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-16 10:29:50 +0000
commitacdb0ac35c4b527b4e827809160c7478b1162817 (patch)
tree84d028bc5f6ebe711d34dd0ac59e38a0a407dd05 /include/image.mk
parent76dfe21a272cbac9bc633453c764676e84992a8c (diff)
downloadmtk-20170518-acdb0ac35c4b527b4e827809160c7478b1162817.zip
mtk-20170518-acdb0ac35c4b527b4e827809160c7478b1162817.tar.gz
mtk-20170518-acdb0ac35c4b527b4e827809160c7478b1162817.tar.bz2
build: move mkits.sh script to more common place
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38430
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/image.mk b/include/image.mk
index 8f895a3..729929f 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -87,6 +87,13 @@ define Image/BuildKernel/MkuImageARM
-n 'ARM OpenWrt Linux-$(LINUX_VERSION)' -d $(2) $(3)
endef
+define Image/BuildKernel/MkFIT
+ $(TOPDIR)/scripts/mkits.sh \
+ -D $(1) -o $(KDIR)/fit-$(1).its -k $(2) -d $(3) -C $(4) -a $(5) -e $(6) \
+ -A $(ARCH) -v $(LINUX_VERSION)
+ PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f $(KDIR)/fit-$(1).its $(KDIR)/fit-$(1)$(7).itb
+endef
+
define Image/mkfs/jffs2/sub
# FIXME: removing this line will cause strange behaviour in the foreach loop below
$(STAGING_DIR_HOST)/bin/mkfs.jffs2 $(3) --pad -e $(patsubst %k,%KiB,$(1)) -o $(KDIR)/root.jffs2-$(2) -d $(TARGET_DIR) -v 2>&1 1>/dev/null | awk '/^.+$$$$/'