projects
/
oweals
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aaf590
)
use IMG_PREFIX for image name
author
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Jun 2011 18:27:04 +0000
(18:27 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Jun 2011 18:27:04 +0000
(18:27 +0000)
SVN-Revision: 27112
target/linux/ep93xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ep93xx/image/Makefile
b/target/linux/ep93xx/image/Makefile
index 4394a6a04eb22d37c5af0b0789b937ee6d9faaab..660022a142349da944df5a0cabcb3cae6f7c88df 100644
(file)
--- a/
target/linux/ep93xx/image/Makefile
+++ b/
target/linux/ep93xx/image/Makefile
@@
-28,7
+28,7
@@
define Image/Build/squashfs
endef
define Image/Build
- cp $(KDIR)/uImage $(BIN_DIR)/
uImage-$(board)
+ cp $(KDIR)/uImage $(BIN_DIR)/
$(IMG_PREFIX)-uImage
$(call Image/Build/$(1),$(1))
endef