build: replace uses of OpenWrt with $(VERSION_DIST)
[openwrt/staging/dedeckeh.git] / target / linux / apm821xx / image / Makefile
index c012906eafff35d94d6a28719448f014ee7cff2a..82a857a4d0672377655acab918dbfb1d1d536881 100644 (file)
@@ -118,7 +118,7 @@ define Build/create-uImage-dtb
        # flat_dt target expect FIT image - which WNDR4700's uboot doesn't support
        -$(STAGING_DIR_HOST)/bin/mkimage -A $(LINUX_KARCH) \
                -O linux -T kernel -C none \
-               -n '$(call toupper,$(LINUX_KARCH)) OpenWrt Linux-$(LINUX_VERSION)' \
+               -n '$(call toupper,$(LINUX_KARCH)) $(VERSION_DIST) Linux-$(LINUX_VERSION)' \
                -d $(IMAGE_KERNEL).dtb $@.new
        @mv $@.new $@
 endef