From: Florian Fainelli Date: Sat, 4 Jun 2011 18:27:04 +0000 (+0000) Subject: [ep93xx] use IMG_PREFIX for image name X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=8538c5d7381d05ddf50b121d143d324fd05217fc;p=15.05%2Fopenwrt.git [ep93xx] use IMG_PREFIX for image name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27112 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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