[ep93xx] use IMG_PREFIX for image name
[openwrt.git] / target / linux / ep93xx / image / Makefile
index 4394a6a..660022a 100644 (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
 
This page took 0.023137 seconds and 4 git commands to generate.