From: Felix Fietkau Date: Mon, 20 Nov 2006 00:31:06 +0000 (+0000) Subject: remove python prereq check - no longer necessary X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1628ad2a553c2cc4d2a5fae87409c9dc9ace2dbc;p=15.05%2Fopenwrt.git remove python prereq check - no longer necessary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5590 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index ed8fdb6fce..e9f3a0173f 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. \ ))