Browse Source

add the prereq-check on lzma

SVN-Revision: 18326
Florian Fainelli 16 years ago
parent
commit
db25c8da1a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/rdc/Makefile

+ 4 - 0
target/linux/rdc/Makefile

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