Browse Source

add prereq check for python

SVN-Revision: 12110
Felix Fietkau 17 năm trước cách đây
mục cha
commit
86f5eb449c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      include/prereq-build.mk

+ 4 - 0
include/prereq-build.mk

@@ -103,6 +103,10 @@ $(eval $(call RequireCommand,perl, \
 	Please install perl. \
 	Please install perl. \
 ))
 ))
 
 
+$(eval $(call RequireCommand,python, \
+	Please install python. \
+))
+
 $(eval $(call RequireCommand,wget, \
 $(eval $(call RequireCommand,wget, \
 	Please install wget. \
 	Please install wget. \
 ))
 ))