summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--platforms/x-load.in4
-rw-r--r--rules/x-load.make2
2 files changed, 5 insertions, 1 deletions
diff --git a/platforms/x-load.in b/platforms/x-load.in
index d92627d6b..d2f39d2e1 100644
--- a/platforms/x-load.in
+++ b/platforms/x-load.in
@@ -28,6 +28,10 @@ config X_LOAD_VERSION
${PTXDIST_WORKSPACE}/local_src/
+config X_LOAD_MD5
+ prompt "x-loader source md5sum"
+ string
+
config X_LOAD_CONFIG
string
prompt "x-loader config target"
diff --git a/rules/x-load.make b/rules/x-load.make
index e49089561..a1ea1f69d 100644
--- a/rules/x-load.make
+++ b/rules/x-load.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_X_LOAD) += x-load
# Paths and names
#
X_LOAD_VERSION := $(call remove_quotes,$(PTXCONF_X_LOAD_VERSION))
-X_LOAD_MD5 :=
+X_LOAD_MD5 := $(call remove_quotes,$(PTXCONF_X_LOAD_MD5))
X_LOAD := x-load-$(X_LOAD_VERSION)
X_LOAD_SUFFIX := tar.bz2
X_LOAD_URL := http://www.ptxdist.org/software/ptxdist/temporary-src/$(X_LOAD).$(X_LOAD_SUFFIX)