From: Andy Boyett Date: Sat, 20 Jun 2009 06:52:24 +0000 (+0000) Subject: [etrax] update zImage location X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b23a24a658d077c1fa7e0a603c23534f1b3d3bf2;p=15.05%2Fopenwrt.git [etrax] update zImage location git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16521 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)