projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d510d
)
[rdc] 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18326
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/rdc/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rdc/Makefile
b/target/linux/rdc/Makefile
index
9936b68
..
0abff00
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. \
+))