X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4b4c62dbb23675868095ef79a7ba5d0c19bb4811..8cc4ae21dbc3effc7116dfd3bb6e25a5542bc1f4:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index c73b12438..6311e601b 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. \ @@ -117,4 +122,3 @@ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) -