imx6: use more common name for ubi(fs) images
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38520
This commit is contained in:
parent
9e17f251d5
commit
de7c615cfe
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue