summaryrefslogtreecommitdiffstats
path: root/rules/module-init-tools.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-10-08 18:44:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-04 12:41:25 +0200
commit963fefccee8777f5195e6c0d0c1ec53fb4817c7a (patch)
tree573a50deb3b0ac540c0add4fc21613fd5fc14734 /rules/module-init-tools.make
parentd0d37247aa77f4c3a1c59eb10ddc136716029d08 (diff)
downloadptxdist-963fefccee8777f5195e6c0d0c1ec53fb4817c7a.tar.gz
ptxdist-963fefccee8777f5195e6c0d0c1ec53fb4817c7a.tar.xz
[rules] add md5sum for all packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/module-init-tools.make')
-rw-r--r--rules/module-init-tools.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/module-init-tools.make b/rules/module-init-tools.make
index 0af89157a..7ef1d7fed 100644
--- a/rules/module-init-tools.make
+++ b/rules/module-init-tools.make
@@ -18,6 +18,7 @@ PACKAGES-$(PTXCONF_MODULE_INIT_TOOLS) += module-init-tools
# Paths and names
#
MODULE_INIT_TOOLS_VERSION := 3.12
+MODULE_INIT_TOOLS_MD5 := 8b2257ce9abef74c4a44d825d23140f3
MODULE_INIT_TOOLS := module-init-tools-$(MODULE_INIT_TOOLS_VERSION)
MODULE_INIT_TOOLS_SUFFIX := tar.bz2
MODULE_INIT_TOOLS_URL := http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/$(MODULE_INIT_TOOLS).$(MODULE_INIT_TOOLS_SUFFIX)