X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4d761f0cd585654092dc87bc4887d0125f1cbd0b..352ead350c0b1c760dae2c32069d0c0256dd8ce6:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 11ee111ce..fbe7d69f4 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -103,6 +103,10 @@ $(eval $(call RequireCommand,perl, \ Please install perl. \ )) +$(eval $(call RequireCommand,python, \ + Please install python. \ +)) + $(eval $(call RequireCommand,wget, \ Please install wget. \ )) @@ -123,3 +127,10 @@ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) +define Require/gnu-find + $(FIND) $(TMP_DIR) -lname foo +endef + +$(eval $(call Require,gnu-find, \ + Please install GNU find \ +))