From: Jo-Philipp Wich Date: Fri, 29 May 2015 08:42:50 +0000 (+0000) Subject: mxs: fix imagebuilder X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=4728744aed0294ffe6c61187361353b2714816d1 mxs: fix imagebuilder Signed-off-by: Jo-Philipp Wich SVN-Revision: 45815 --- diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index b5a092e365..256d4e663d 100644 --- a/target/linux/mxs/image/Makefile +++ b/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),)