diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-04 18:27:04 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-04 18:27:04 +0000 |
commit | 44bc5805539ba37d8096f212e25c9c6471de3ee6 (patch) | |
tree | acbb3c7dd3601db68da71e2dd8a5f998d020b1e5 | |
parent | 81dcbabe9493df62d133cf17fc14592fae22a6a3 (diff) |
[ep93xx] use IMG_PREFIX for image name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27112 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 4394a6a04..660022a14 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 |