From: Felix Fietkau Date: Mon, 4 Aug 2008 23:59:18 +0000 (+0000) Subject: add prereq check for python X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86f5eb449cb006e189dbb6bb4acd4baac4893082;p=openwrt%2Fstaging%2Frmilecki.git add prereq check for python SVN-Revision: 12110 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index b0114f0b9e0..fbe7d69f448 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. \ ))