summaryrefslogtreecommitdiffstats
path: root/tools/scons
Commit message (Collapse)AuthorAgeFilesLines
* [tools] scons: probe "python" and "python2" first in pywrap.sh in order to ↵jow2012-05-151-1/+1
| | | | | | use the users preferred version if possible git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] scons: wrap python invocations with helper script that attempts to ↵jow2012-05-152-1/+21
| | | | | | find a non-3.x python git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/scons: remove the python 3 compat patch, it is incomplete and breaks ↵nbd2012-05-151-2046/+0
| | | | | | with python 2.5.2. i guess scons with python 3 is a lost cause... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] scons: fix compatibility with python 3, upstream still does not ↵jow2012-05-061-0/+2046
| | | | | | support it... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scons: override the platform instead of using the host one - fixes build ↵nbd2012-05-051-0/+11
| | | | | | issues on non-linux systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools: add scons (patch by Dave Taht)nbd2012-05-051-0/+29
This makes it more possible to build scons based applications for openwrt. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31618 3c298f89-4303-0410-b956-a3cf2f4a3e73