X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4b4c62dbb23675868095ef79a7ba5d0c19bb4811..1a0c6ae7d71c01ef7f2f7ca27b5f4a200eb274f3:/include/prereq-build.mk?ds=sidebyside diff --git a/include/prereq-build.mk b/include/prereq-build.mk index c73b12438..d3aec6439 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/prereq.mk include $(INCLUDE_DIR)/host.mk +PKG_NAME:=Build dependency + define Require/non-root [ "$$(shell whoami)" != "root" ] endef @@ -76,6 +78,9 @@ $(eval $(call Require,zlib, \ Please install zlib. (Missing libz.so or zlib.h) \ )) +$(eval $(call RequireCommand,gawk, \ + Please install GNU awk. \ +)) $(eval $(call RequireCommand,bison, \ Please install GNU bison. \ @@ -116,5 +121,3 @@ $(eval $(call Require,gnutar, \ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) - -