From 89ec2b1b485b5fe7feb3773f579961fe3c26000b Mon Sep 17 00:00:00 2001 From: Juergen Kilb Date: Mon, 22 Aug 2011 19:11:57 +0200 Subject: at91bootstrap: add config variable for the source md5sum Signed-off-by: Juergen Kilb Signed-off-by: Michael Olbrich --- platforms/at91bootstrap.in | 4 ++++ rules/at91bootstrap.make | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/platforms/at91bootstrap.in b/platforms/at91bootstrap.in index dbd870bfa..da54849f2 100644 --- a/platforms/at91bootstrap.in +++ b/platforms/at91bootstrap.in @@ -40,6 +40,10 @@ config AT91BOOTSTRAP_VERSION help Enter the AT91 Bootstrap version you want to build. Usally something like "1.11" +config AT91BOOTSTRAP_MD5 + prompt "AT91 Bootstrap source md5sum" + string + config AT91BOOTSTRAP_CONFIG string prompt "AT91 Bootstrap config target" diff --git a/rules/at91bootstrap.make b/rules/at91bootstrap.make index 473416f0d..5402c4b94 100644 --- a/rules/at91bootstrap.make +++ b/rules/at91bootstrap.make @@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_AT91BOOTSTRAP) += at91bootstrap # Paths and names # AT91BOOTSTRAP_VERSION := $(call remove_quotes,$(PTXCONF_AT91BOOTSTRAP_VERSION)) -AT91BOOTSTRAP_MD5 := +AT91BOOTSTRAP_MD5 := $(call remove_quotes,$(PTXCONF_AT91BOOTSTRAP_MD5)) AT91BOOTSTRAP_SUFFIX := zip AT91BOOTSTRAP := Bootstrap-v$(AT91BOOTSTRAP_VERSION) AT91BOOTSTRAP_TARBALL := AT91Bootstrap$(AT91BOOTSTRAP_VERSION).$(AT91BOOTSTRAP_SUFFIX) -- cgit v1.2.3