image.mk: introduce Image/Build/UbinizeImage make target
authorJohn Crispin <john@openwrt.org>
Tue, 24 Jun 2014 18:12:47 +0000 (18:12 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 24 Jun 2014 18:12:47 +0000 (18:12 +0000)
commitd0a54744e911bc019b93f426608f60b329ea688b
treebd2900af17fc08dd5194d3e7104b9c855162ce96
parentaca708e4e605f566e7043d4753b830aeb3e42d2e
image.mk: introduce Image/Build/UbinizeImage make target

paramters:
$(1) board name
$(2) ubinize-image options (e.g. --no-kernel and/or --uboot-env)
$(3) rootfstype (e.g. squashfs or ubifs)
$(4) kernel image file
$(5) options to pass-through to ubinize (i.e. $($(PROFILE)_UBI_OPTS)))

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 41311
include/image.mk