diff options
author | Andy Boyett <agb@openwrt.org> | 2009-06-20 06:52:24 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-06-20 06:52:24 +0000 |
commit | 5de80e6e286d62cde0e7a264e41741aa049b387f (patch) | |
tree | c047175f4bdbc186df544f258316f3d3c8e31bd7 /target | |
parent | d41b9133c78ef5aa9b172fad8c7c5529017f7bd8 (diff) | |
download | upstream-5de80e6e286d62cde0e7a264e41741aa049b387f.tar.gz upstream-5de80e6e286d62cde0e7a264e41741aa049b387f.tar.bz2 upstream-5de80e6e286d62cde0e7a264e41741aa049b387f.zip |
update zImage location
SVN-Revision: 16521
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/etrax/image/Makefile | 4 |
1 files 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) |