mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
imx6: minor image cleanup
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38628
This commit is contained in:
parent
e16f104a6f
commit
59d58990fb
@ -56,7 +56,7 @@ define Image/InstallKernel/Template
|
|||||||
ln -sf $(IMG_PREFIX)-$(1)-fit-uImage.itb $(TARGET_DIR)/boot/uImage.itb
|
ln -sf $(IMG_PREFIX)-$(1)-fit-uImage.itb $(TARGET_DIR)/boot/uImage.itb
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_DTB),)
|
ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_DTB),)
|
||||||
$(INSTALL_DIR) $(TARGET_DIR)/boot
|
$(INSTALL_DIR) $(TARGET_DIR)/boot
|
||||||
ifneq ($(1),)
|
ifneq ($(1),)
|
||||||
@ -119,7 +119,7 @@ endef
|
|||||||
define Image/Build
|
define Image/Build
|
||||||
$(if $(Image/Build/$(1)), \
|
$(if $(Image/Build/$(1)), \
|
||||||
$(call Image/Build/$(1),$(1)), \
|
$(call Image/Build/$(1),$(1)), \
|
||||||
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE)-$(1).img \
|
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-$(call sanitize_profile_name)-$(1).img \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user