build: replace uses of OpenWrt with $(VERSION_DIST)
[openwrt/openwrt.git] / target / linux / ath25 / image / Makefile
index 5144ed8a0a9c5b3f53dff50b6e38b8cea34c0f5e..5a20bdb64454459cdc90119b979428a5e6427d15 100644 (file)
@@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/image.mk
 
 define Build/mkfwimage
        $(STAGING_DIR_HOST)/bin/mkfwimage \
-               -B $(1).OpenWrt.$(REVISION) \
+               -B $(1).$(VERSION_DIST).$(REVISION) \
                -k $(IMAGE_KERNEL) \
                -r $(IMAGE_ROOTFS) \
                -o $@.new && \