use IMG_PREFIX for image name

SVN-Revision: 27112
owl
Florian Fainelli 2011-06-04 18:27:04 +00:00
parent 4aaf590909
commit 429745edd6
1 changed files with 1 additions and 1 deletions

View File

@ -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