summaryrefslogtreecommitdiffstats
path: root/rules/cramfs.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cramfs.make')
-rw-r--r--rules/cramfs.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/cramfs.make b/rules/cramfs.make
index ffe5269f2..10ff9077c 100644
--- a/rules/cramfs.make
+++ b/rules/cramfs.make
@@ -9,6 +9,8 @@
# see the README file.
#
+# FIXME: RSC: make this a hosttool
+
#
# We provide this package
#
@@ -19,7 +21,8 @@ endif
#
# Paths and names
#
-CRAMFS = cramfs-1.1
+CRAMFS_VERSION = 1.1
+CRAMFS = cramfs-$(CRAMFS_VERSION)
CRAMFS_SUFFIX = tar.gz
CRAMFS_URL = $(PTXCONF_SETUP_SFMIRROR)/cramfs/$(CRAMFS).$(CRAMFS_SUFFIX)
CRAMFS_SOURCE = $(SRCDIR)/$(CRAMFS).$(CRAMFS_SUFFIX)