mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
add prereq check for python
SVN-Revision: 12110
This commit is contained in:
parent
01046ae4b2
commit
86f5eb449c
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue