summaryrefslogtreecommitdiff
path: root/include/image.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-02-03 21:00:24 +0000
committerLuka Perkov <luka@openwrt.org>2013-02-03 21:00:24 +0000
commit2477bab03e446a7857f86c3e7b037925c62c4a21 (patch)
treee68cf79cbfc580cb7bc6845bd1e1ed3c2459c5b4 /include/image.mk
parent13544edce71bc83d1e663dd7883e701d1d1090e6 (diff)
downloadmtk-20170518-2477bab03e446a7857f86c3e7b037925c62c4a21.zip
mtk-20170518-2477bab03e446a7857f86c3e7b037925c62c4a21.tar.gz
mtk-20170518-2477bab03e446a7857f86c3e7b037925c62c4a21.tar.bz2
include/image.mk: export ubifs image from mkfs.ubifs
SVN-Revision: 35473
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.mk b/include/image.mk
index 7c45b39..3022288 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -101,6 +101,7 @@ else
define Image/mkfs/ubifs
$(CP) ./ubinize.cfg $(KDIR)
$(STAGING_DIR_HOST)/bin/mkfs.ubifs $(UBIFS_OPTS) -o $(KDIR)/root.ubifs -d $(TARGET_DIR)
+ $(call Image/Build,ubifs)
(cd $(KDIR); \
$(STAGING_DIR_HOST)/bin/ubinize $(UBINIZE_OPTS) -o $(KDIR)/root.ubi ubinize.cfg)
$(call Image/Build,ubi)