From: florian Date: Sat, 4 Jun 2011 18:27:04 +0000 (+0000) Subject: [ep93xx] use IMG_PREFIX for image name X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=44bc5805539ba37d8096f212e25c9c6471de3ee6;p=openwrt.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