projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2bd56
)
add the prereq-check on lzma
author
Florian Fainelli
<florian@openwrt.org>
Fri, 6 Nov 2009 08:47:28 +0000
(08:47 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 6 Nov 2009 08:47:28 +0000
(08:47 +0000)
SVN-Revision: 18326
target/linux/rdc/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rdc/Makefile
b/target/linux/rdc/Makefile
index 9936b687c5006f259ee9603f9a57a26ed159f180..0abff003978635ae89a5ebdaeebaa3d1b027412b 100644
(file)
--- 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. \
+))