Skip to content
Snippets Groups Projects
Commit 2477bab0 authored by Luka Perkov's avatar Luka Perkov
Browse files

include/image.mk: export ubifs image from mkfs.ubifs

SVN-Revision: 35473
parent 13544edc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment