From: Florian Fainelli Date: Fri, 11 Dec 2009 19:32:45 +0000 (+0000) Subject: remove the host-tool lzma dependency we now use the one provided in openwrt X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fflorian.git;a=commitdiff_plain;h=0992bb916aa13163e33b01d791fe4bc990f88542 remove the host-tool lzma dependency we now use the one provided in openwrt SVN-Revision: 18753 --- 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. \ -))