From: Andy Boyett Date: Sat, 20 Jun 2009 06:52:24 +0000 (+0000) Subject: update zImage location X-Git-Tag: reboot~23159 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5de80e6e286d62cde0e7a264e41741aa049b387f;p=openwrt%2Fstaging%2Fchunkeey.git update zImage location SVN-Revision: 16521 --- 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)