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/lantiq/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/image') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index dcd0c71..2e8eccf 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -39,7 +39,7 @@ endef define Build/fullimage mkimage -A mips -O linux -C lzma -T filesystem -a 0x00 \ - -e 0x00 -n 'OpenWrt RootFS' \ + -e 0x00 -n '$(VERSION_DIST) RootFS' \ -d $(IMAGE_ROOTFS) $(IMAGE_ROOTFS).new cat $(IMAGE_KERNEL) $(IMAGE_ROOTFS).new > $@.tmp -- cgit v1.1