projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3174907
)
copy kirkwood uImage to the bin dir
author
Imre Kaloz
<kaloz@openwrt.org>
Sat, 2 May 2009 14:12:32 +0000
(14:12 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Sat, 2 May 2009 14:12:32 +0000
(14:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15557
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/kirkwood/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/image/Makefile
b/target/linux/kirkwood/image/Makefile
index
14ff41c
..
6fae13f
100644
(file)
--- a/
target/linux/kirkwood/image/Makefile
+++ b/
target/linux/kirkwood/image/Makefile
@@
-13,6
+13,7
@@
endef
define Image/BuildKernel
# do mach-id fixup here, if needed
+ cp $(KDIR)/uImage $(BIN_DIR)/openwrt-$(BOARD)-uImage
endef
define Image/Build