diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-06-04 18:27:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-06-04 18:27:04 +0000 |
commit | 429745edd60812183596a87ab0be73911d0d4299 (patch) | |
tree | d7b1f2177203c3c3b1006ffc5fba92cece6a1de4 | |
parent | 4aaf5909099f6375b7420bef509093aa18d81a7f (diff) | |
download | upstream-429745edd60812183596a87ab0be73911d0d4299.tar.gz upstream-429745edd60812183596a87ab0be73911d0d4299.tar.bz2 upstream-429745edd60812183596a87ab0be73911d0d4299.zip |
use IMG_PREFIX for image name
SVN-Revision: 27112
-rw-r--r-- | target/linux/ep93xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/image/Makefile b/target/linux/ep93xx/image/Makefile index 4394a6a04e..660022a142 100644 --- 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 |