From: florian Date: Fri, 6 Nov 2009 08:47:28 +0000 (+0000) Subject: [rdc] add the prereq-check on lzma X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=80bb9da84fa3724e61a6e4589cdaf458fbeabf4f [rdc] add the prereq-check on lzma git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18326 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/rdc/Makefile b/target/linux/rdc/Makefile index 9936b687c..0abff0039 100644 --- 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. \ +))