1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-18 13:13:55 +02:00

add prereq check for python

SVN-Revision: 12110
This commit is contained in:
Felix Fietkau 2008-08-04 23:59:18 +00:00
parent 01046ae4b2
commit 86f5eb449c

View File

@ -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. \
))