Skip to content
Snippets Groups Projects
Commit 5d739a43 authored by nbd's avatar nbd
Browse files

add prereq check for python

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12110 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 110126ad
No related branches found
No related tags found
No related merge requests found
......@@ -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. \
))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment