summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-12-11 19:32:45 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-12-11 19:32:45 +0000
commit0992bb916aa13163e33b01d791fe4bc990f88542 (patch)
tree3a987e28c404ba4a2d6bbd42fbc6a62256c68522 /target
parent1156a9ac0c408d72f9326bcdef49abfd8d31aa9b (diff)
downloadmaster-31e0f0ae-0992bb916aa13163e33b01d791fe4bc990f88542.tar.gz
master-31e0f0ae-0992bb916aa13163e33b01d791fe4bc990f88542.tar.bz2
master-31e0f0ae-0992bb916aa13163e33b01d791fe4bc990f88542.zip
remove the host-tool lzma dependency we now use the one provided in openwrt
SVN-Revision: 18753
Diffstat (limited to 'target')
-rw-r--r--target/linux/rdc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile
index 98146dcc16..141e86e8fe 100644
--- a/target/linux/rdc/Makefile
+++ b/target/linux/rdc/Makefile
@@ -25,7 +25,3 @@ define Target/Description
endef
$(eval $(call BuildTarget))
-
-$(eval $(call RequireCommand,lzma, \
- Please install lzma-4.4x. \
-))