mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 10:00:02 +04:00
add prereq check for python
SVN-Revision: 12110
This commit is contained in:
@@ -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. \
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user