diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-11 19:32:45 +0000 |
commit | 0992bb916aa13163e33b01d791fe4bc990f88542 (patch) | |
tree | 3a987e28c404ba4a2d6bbd42fbc6a62256c68522 | |
parent | 1156a9ac0c408d72f9326bcdef49abfd8d31aa9b (diff) | |
download | upstream-0992bb916aa13163e33b01d791fe4bc990f88542.tar.gz upstream-0992bb916aa13163e33b01d791fe4bc990f88542.tar.bz2 upstream-0992bb916aa13163e33b01d791fe4bc990f88542.zip |
remove the host-tool lzma dependency we now use the one provided in openwrt
SVN-Revision: 18753
-rw-r--r-- | target/linux/rdc/Makefile | 4 |
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. \ -)) |