From: nbd Date: Mon, 4 Aug 2008 23:59:18 +0000 (+0000) Subject: add prereq check for python X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=5d739a43e714fc3ec49ff85034a7ecb2a8929958 add prereq check for python git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12110 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index b0114f0b9e..fbe7d69f44 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. \ ))