projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ff6a1
)
remove python prereq check - no longer necessary
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Nov 2006 00:31:06 +0000
(
00:31
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Nov 2006 00:31:06 +0000
(
00:31
+0000)
SVN-Revision: 5590
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index ed8fdb6fceffd0c61d3a7a3f6c6b823ce4b6ecce..e9f3a0173f89990aa6ab4aefe9edd105a27ebdd3 100644
(file)
--- 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. \
))