From: Luka Perkov Date: Wed, 23 Oct 2013 22:54:59 +0000 (+0000) Subject: imx6: use more common name for ubi(fs) images X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=de7c615cfe0a262d8c8d9c30da92f0d11771bf15;p=openwrt%2Fstaging%2Fdedeckeh.git imx6: use more common name for ubi(fs) images Signed-off-by: Luka Perkov SVN-Revision: 38520 --- diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 097f6383bc..225097bc5f 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -83,14 +83,14 @@ endef define Image/Build/ubifs ifneq ($($(PROFILE)_UBIFS_OPTS),) - $(CP) $(KDIR)/root.ubifs $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-ubifs.img + $(CP) $(KDIR)/root.ubifs $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-rootfs.ubifs endif endef define Image/Build/ubi ifneq ($($(PROFILE)_UBI_OPTS),) - $(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-ubi.img + $(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(call get_human_name)-rootfs.ubi endif endef