summaryrefslogtreecommitdiffstats
path: root/target/linux/ep93xx
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-04 18:27:04 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-04 18:27:04 +0000
commit44bc5805539ba37d8096f212e25c9c6471de3ee6 (patch)
treeacbb3c7dd3601db68da71e2dd8a5f998d020b1e5 /target/linux/ep93xx
parent81dcbabe9493df62d133cf17fc14592fae22a6a3 (diff)
[ep93xx] use IMG_PREFIX for image name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx')
-rw-r--r--target/linux/ep93xx/image/Makefile2
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