imx6: use more common name for ubi(fs) images

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38520
v19.07.3_mercusys_ac12_duma
Luka Perkov 11 years ago
parent 9e17f251d5
commit de7c615cfe

@ -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

Loading…
Cancel
Save