From cde71a543c629f63e6f01850fd8b6f3f94cdd25d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 8 Nov 2017 18:40:37 +0100 Subject: build: replace uses of OpenWrt with $(VERSION_DIST) This makes the distribution name more configurable. Signed-off-by: Felix Fietkau --- target/linux/apm821xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/apm821xx') diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile index c012906eaf..82a857a4d0 100644 --- a/target/linux/apm821xx/image/Makefile +++ b/target/linux/apm821xx/image/Makefile @@ -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 -- cgit v1.2.3