summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-20 06:52:24 +0000
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-06-20 06:52:24 +0000
commita4655acf980b230e72a85212d3ddb8b48c0ef9be (patch)
tree27ee5cc55424dee9f288678eb548872edd819051
parent76e776b4adb13bd2147d9e5b68296b981ef28613 (diff)
[etrax] update zImage location
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16521 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/etrax/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/etrax/image/Makefile b/target/linux/etrax/image/Makefile
index 44856ca4d..43ab5bfac 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)