1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 21:42:01 +03:00

[rdc] add the prereq-check on lzma

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18326 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-11-06 08:47:28 +00:00
parent 91681580d6
commit 80bb9da84f

View File

@ -24,3 +24,7 @@ define Target/Description
endef
$(eval $(call BuildTarget))
$(eval $(call RequireCommand,lzma, \
Please install lzma-4.4x. \
))