From 033300dee4f96cefea51ff40d334ad51b07d7d09 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Sat, 20 Jun 2009 06:52:24 +0000 Subject: [PATCH] [etrax] update zImage location SVN-Revision: 16521 --- target/linux/etrax/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/etrax/image/Makefile b/target/linux/etrax/image/Makefile index 44856ca4d9..43ab5bfacf 100644 --- a/target/linux/etrax/image/Makefile +++ b/target/linux/etrax/image/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -13,7 +13,7 @@ define Image/BuildKernel endef define Image/Prepare - cp $(LINUX_DIR)/arch/cris/arch-v10/boot/zImage $(KDIR)/vmlinuz + cp $(LINUX_DIR)/arch/cris/boot/zImage $(KDIR)/vmlinuz $(MAKE) -C e100boot compile $(MAKE) -C mkfimage compile $(INSTALL_BIN) ./boot_linux $(BIN_DIR) -- 2.30.2