mxs: fix imagebuilder

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 45815
master
Jo-Philipp Wich 9 years ago
parent ae1f0d3eb4
commit 82aa281d61
  1. 2
      target/linux/mxs/image/Makefile

@ -27,7 +27,7 @@ define Image/InstallKernel
ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_ZIMAGE),)
mkdir -p $(TARGET_DIR)/boot
$(CP) $(LINUX_DIR)/arch/arm/boot/zImage $(TARGET_DIR)/boot/
cp $(KDIR)/zImage $(TARGET_DIR)/boot/
endif
ifneq ($(CONFIG_TARGET_ROOTFS_INCLUDE_UIMAGE),)

Loading…
Cancel
Save