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 | 8538c5d7381d05ddf50b121d143d324fd05217fc (patch) | |
tree | acbb3c7dd3601db68da71e2dd8a5f998d020b1e5 /target/linux/ep93xx | |
parent | 9378a9a8b4f05b9bbc76dae99c9b8b8ae7fa5145 (diff) | |
download | upstream-8538c5d7381d05ddf50b121d143d324fd05217fc.tar.gz upstream-8538c5d7381d05ddf50b121d143d324fd05217fc.tar.bz2 upstream-8538c5d7381d05ddf50b121d143d324fd05217fc.zip |
[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/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 |