add prereq check for python

SVN-Revision: 12110
master
Felix Fietkau 17 years ago
parent 01046ae4b2
commit 86f5eb449c
  1. 4
      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. \
))

Loading…
Cancel
Save