mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
mxs: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45815
This commit is contained in:
parent
ae1f0d3eb4
commit
82aa281d61
@ -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…
Reference in New Issue
Block a user