summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-06 08:47:28 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-06 08:47:28 +0000
commit80bb9da84fa3724e61a6e4589cdaf458fbeabf4f (patch)
tree0dd71b45875c264d182a3899261f4d68b3b9bdfa /target
parent91681580d6d108aa1957ca9c459564cf54d3749a (diff)
[rdc] add the prereq-check on lzma
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18326 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/rdc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile
index 9936b687c..0abff0039 100644
--- a/target/linux/rdc/Makefile
+++ b/target/linux/rdc/Makefile
@@ -24,3 +24,7 @@ define Target/Description
endef
$(eval $(call BuildTarget))
+
+$(eval $(call RequireCommand,lzma, \
+ Please install lzma-4.4x. \
+))