From: nbd Date: Mon, 20 Nov 2006 00:31:06 +0000 (+0000) Subject: remove python prereq check - no longer necessary X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=b6fee4a3b3fcbf1b3117d1832d970a8b1b58dc11 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 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. \ ))