From b1b7e392a6f6f60fd0665740d8f997601f60886f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 2 Apr 2007 11:42:00 +0000 Subject: [PATCH] Add gawk as a preriquisite (needed for ramdisk images) SVN-Revision: 6825 --- include/prereq-build.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 78a278ead8..e4275ebbeb 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -78,6 +78,9 @@ $(eval $(call Require,zlib, \ Please install zlib. (Missing libz.so or zlib.h) \ )) +$(eval $(call RequireCommand,gwak, \ + Please install GNU awk. \ +)) $(eval $(call RequireCommand,bison, \ Please install GNU bison. \ @@ -118,5 +121,3 @@ $(eval $(call Require,gnutar, \ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) - - -- 2.30.2