diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-20 00:31:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-20 00:31:06 +0000 |
commit | 1628ad2a553c2cc4d2a5fae87409c9dc9ace2dbc (patch) | |
tree | 10fc810bd11ff370ea096fa9783888c6646e2453 /include | |
parent | ef90a4e2f59c414c425131ca0fc15e0056839346 (diff) | |
download | master-187ad058-1628ad2a553c2cc4d2a5fae87409c9dc9ace2dbc.tar.gz master-187ad058-1628ad2a553c2cc4d2a5fae87409c9dc9ace2dbc.tar.bz2 master-187ad058-1628ad2a553c2cc4d2a5fae87409c9dc9ace2dbc.zip |
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')
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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. \ )) |