From 8d9ab9fe0d6d6dbc4382d5907eb2aa1bbb6290cb Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 14 Sep 2021 03:26:28 +0800 Subject: [PATCH] ar71xx: hardcode VERSION_DIST for mkdapimg2 Signed-off-by: Tianling Shen --- target/linux/ar71xx/image/generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 881c83260f..7c431a9c9e 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -28,7 +28,7 @@ define Build/mkdapimg2 $(STAGING_DIR_HOST)/bin/mkdapimg2 \ -i $@ -o $@.new \ -s $(DAP_SIGNATURE) \ - -v $(VERSION_DIST)-$(firstword $(subst +, ,$(firstword $(subst -, ,$(REVISION))))) \ + -v EMORTAL-$(firstword $(subst +, ,$(firstword $(subst -, ,$(REVISION))))) \ -r Default \ $(if $(1),-k $(1)) mv $@.new $@