summaryrefslogtreecommitdiff
path: root/tools/scons
Commit message (Collapse)AuthorAgeFilesLines
* scons: upgrade to 2.3.1Luka Perkov2014-04-191-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40535
* scons: upgrade to 2.3.0Luka Perkov2013-08-171-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37806
* scons: probe "python" and "python2" first in pywrap.sh in order to use the ↵Jo-Philipp Wich2012-05-151-1/+1
| | | | | | users preferred version if possible SVN-Revision: 31743
* scons: wrap python invocations with helper script that attempts to find a ↵Jo-Philipp Wich2012-05-152-1/+21
| | | | | | non-3.x python SVN-Revision: 31742
* tools/scons: remove the python 3 compat patch, it is incomplete and breaks ↵Felix Fietkau2012-05-151-2046/+0
| | | | | | with python 2.5.2. i guess scons with python 3 is a lost cause... SVN-Revision: 31741
* scons: fix compatibility with python 3, upstream still does not support it...Jo-Philipp Wich2012-05-061-0/+2046
| | | | SVN-Revision: 31624
* scons: override the platform instead of using the host one - fixes build ↵Felix Fietkau2012-05-051-0/+11
| | | | | | issues on non-linux systems SVN-Revision: 31620
* tools: add scons (patch by Dave Taht)Felix Fietkau2012-05-051-0/+29
This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618