Skip to content
Snippets Groups Projects
Commit 1377dabf authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Add gawk as a preriquisite (needed for ramdisk images)

SVN-Revision: 6825
parent 71212653
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,9 @@ $(eval $(call Require,zlib, \ ...@@ -78,6 +78,9 @@ $(eval $(call Require,zlib, \
Please install zlib. (Missing libz.so or zlib.h) \ Please install zlib. (Missing libz.so or zlib.h) \
)) ))
$(eval $(call RequireCommand,gwak, \
Please install GNU awk. \
))
$(eval $(call RequireCommand,bison, \ $(eval $(call RequireCommand,bison, \
Please install GNU bison. \ Please install GNU bison. \
...@@ -118,5 +121,3 @@ $(eval $(call Require,gnutar, \ ...@@ -118,5 +121,3 @@ $(eval $(call Require,gnutar, \
$(eval $(call RequireCommand,autoconf, \ $(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \ Please install GNU autoconf. \
)) ))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment