summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-20 00:31:06 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-20 00:31:06 +0000
commitb6fee4a3b3fcbf1b3117d1832d970a8b1b58dc11 (patch)
tree10fc810bd11ff370ea096fa9783888c6646e2453 /include/prereq-build.mk
parent2c38903c12860750cdd677a28113afdd8a9590b3 (diff)
remove python prereq check - no longer necessary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5590 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index ed8fdb6fc..e9f3a0173 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -85,10 +85,6 @@ $(eval $(call RequireCommand,flex, \
Please install flex. \
))
-$(eval $(call RequireCommand,python, \
- Please install python. \
-))
-
$(eval $(call RequireCommand,unzip, \
Please install unzip. \
))