projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d41b913
)
update zImage location
author
Andy Boyett
<agb@openwrt.org>
Sat, 20 Jun 2009 06:52:24 +0000
(06:52 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Sat, 20 Jun 2009 06:52:24 +0000
(06:52 +0000)
SVN-Revision: 16521
target/linux/etrax/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/etrax/image/Makefile
b/target/linux/etrax/image/Makefile
index 44856ca4d9722995bf3583523e01272e52a6cbc1..43ab5bfacf58023eb18d13439a1634c7321e6558 100644
(file)
--- 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)