projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[adm5120] do not overrid CONFIG_BRIDGE (#5163)
[openwrt.git]
/
target
/
linux
/
etrax
/
image
/
Makefile
diff --git
a/target/linux/etrax/image/Makefile
b/target/linux/etrax/image/Makefile
index
9f71620
..
44856ca
100644
(file)
--- a/
target/linux/etrax/image/Makefile
+++ b/
target/linux/etrax/image/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006
-2009
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-13,7
+13,7
@@
define Image/BuildKernel
endef
define Image/Prepare
endef
define Image/Prepare
- cp $(LINUX_DIR)/arch/cris/boot/zImage $(KDIR)/vmlinuz
+ cp $(LINUX_DIR)/arch/cris/
arch-v10/
boot/zImage $(KDIR)/vmlinuz
$(MAKE) -C e100boot compile
$(MAKE) -C mkfimage compile
$(INSTALL_BIN) ./boot_linux $(BIN_DIR)
$(MAKE) -C e100boot compile
$(MAKE) -C mkfimage compile
$(INSTALL_BIN) ./boot_linux $(BIN_DIR)
This page took
0.027561 seconds
and
4
git commands to generate.