summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* more e2fsprogs fixesJohn Crispin2012-06-101-3/+2
| | | | SVN-Revision: 32158
* fix build breakage introduced by [32142]John Crispin2012-06-101-1/+2
| | | | SVN-Revision: 32157
* mklibs: update to 0.1.34Luka Perkov2012-06-0913-132/+101
| | | | SVN-Revision: 32145
* gmp: update to 5.0.5Luka Perkov2012-06-091-3/+3
| | | | SVN-Revision: 32144
* mkimage: update to 2012.04.01Luka Perkov2012-06-092-3/+3
| | | | SVN-Revision: 32143
* e2fsprogs: update to 1.42.3Luka Perkov2012-06-096-115/+4
| | | | SVN-Revision: 32142
* e2fsprogs: add posix_memalign related portability patch from #8508Felix Fietkau2012-06-071-0/+31
| | | | SVN-Revision: 32112
* fixes python related autokrampf install bugJohn Crispin2012-06-071-0/+14
| | | | | | this commit fixes a compile bug triggered by pygobject SVN-Revision: 32109
* tools/yaffs2: add mirror md5sum - upstream repo went awayFelix Fietkau2012-06-061-0/+1
| | | | SVN-Revision: 32083
* add ccache wrapperJohn Crispin2012-06-063-0/+14
| | | | SVN-Revision: 32075
* tools: imagetag: add parameter for padding imagesJonas Gorski2012-05-274-2/+64
| | | | | | | Allow images to be padded to a certain size. This prevents CFE from flashing them to the second image offset. SVN-Revision: 31875
* 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
* tools/mtd-utils: remove empty patchesGabor Juhos2012-05-132-0/+0
| | | | SVN-Revision: 31705
* 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-052-1/+30
| | | | | | | This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618
* firmware-utils/mktplinkfw: add support for the TL-WR1041N v2Gabor Juhos2012-05-051-0/+6
| | | | | | Patch-by: Vince Huang <axishero@foxmail.com> SVN-Revision: 31609
* tools: add xz dependency to automakeGabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31413
* mklibs: revert r31315Jo-Philipp Wich2012-04-161-10/+0
| | | | SVN-Revision: 31316
* tools/mklibs: add missing <unistd.h> in readelf/elf.cppJo-Philipp Wich2012-04-161-0/+10
| | | | | | | | Fixes compile on my Arch Linux system, as unistd.h is needed for ::close(). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 31315
* tools: sdcc: fix order of linking with libmJonas Gorski2012-04-141-0/+92
| | | | | | Fixes a build failure caught by buildbot. SVN-Revision: 31284
* add missing includes ('unistd.h') for mklibsMirko Vogt2012-04-123-11/+21
| | | | | | | | This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case) - Thanks to Luka Perkov SVN-Revision: 31259
* sdcc: compiling SDCCicode.c with -O2 sends gcc 4.6.x into an infinite loop, ↵Jo-Philipp Wich2012-04-101-0/+20
| | | | | | workaround it See references: http://sourceforge.net/tracker/?func=detail&aid=3285611&group_id=599&atid=300599 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52653 SVN-Revision: 31236
* sdcc: sdcc needs sdcpp to bootstrap itself, so enable itJo-Philipp Wich2012-04-091-1/+1
| | | | SVN-Revision: 31229
* tools: add sdcc subdir to MakefileJo-Philipp Wich2012-04-091-0/+4
| | | | SVN-Revision: 31228
* add an sdcc host build which is enabled if firmwarehotplug is selectedJo-Philipp Wich2012-04-091-0/+42
| | | | SVN-Revision: 31226
* update wrt350nv2-builder to v2.4 and use new functionality for target ↵Florian Fainelli2012-04-042-22/+58
| | | | | | | | orion_generic Signed-off-by: Matthias Bücher <mail@maddes.net> SVN-Revision: 31199
* mm-macros: update to 0.9.5Florian Fainelli2012-04-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31176
* qemu: update to 0.14.1Florian Fainelli2012-04-022-14/+3
| | | | | | | | | | | | | | This patch has not been tested on freebsd. File block/sheepdog.c has been changed and the patch does no longer apply. Anyone with freebsd who could test this? All my other patches regarding the tools upgrade were tested on linux x64 and produce a working image. Once submitted patches get applied I will upgrade the remaining tools... Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31175
* mpc: update to 0.9Florian Fainelli2012-04-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31174
* automake: update to 1.11.3Florian Fainelli2012-04-023-11/+11
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31173
* xz: update to 5.0.3Florian Fainelli2012-04-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31172
* mkimage: update to 2011.12Florian Fainelli2012-04-023-34/+12
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31171
* cloog: update to 0.15.11Florian Fainelli2012-04-021-2/+2
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31170
* gmp: update to 5.0.4Florian Fainelli2012-04-023-33/+37
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31169
* cmake: update to 2.8.7Florian Fainelli2012-04-021-3/+3
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31168
* bison: update to 2.5Florian Fainelli2012-04-023-7/+7
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31167
* ccache: update to 3.1.7Florian Fainelli2012-04-021-4/+4
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31166
* tools: fix stat symlink if destination already existsFelix Fietkau2012-03-261-0/+1
| | | | SVN-Revision: 31072
* tools: fix GNU stat detection to prevent it from picking up other things ↵Felix Fietkau2012-03-231-1/+10
| | | | | | named "gstat" (see #4571) SVN-Revision: 31059
* tools: add dependency on the seq symlinkFelix Fietkau2012-03-101-1/+1
| | | | SVN-Revision: 30861
* tools/mtd-utils: fix build errorGabor Juhos2012-03-031-1/+1
| | | | SVN-Revision: 30797
* tools/mtd-utils: update mkfs.ubifs XZ supportGabor Juhos2012-03-031-30/+148
| | | | SVN-Revision: 30796
* tools/mtd-utils: add XZ compression support to mkfs.ubifsGabor Juhos2012-03-023-1/+288
| | | | SVN-Revision: 30795
* tools/mtd-utils: cleanup mkubifs lzo patchGabor Juhos2012-03-011-61/+55
| | | | SVN-Revision: 30770
* tools/mtd-utils: update to 1.4.5Gabor Juhos2012-03-0110-143/+162
| | | | | | | | | | | | | | This updates mtd-utils in tools: 100-optional_lzo.patch and 101-ubifs-optional_lzo.patch are now uneeded as a WITHOUT_LZO flag is provided by the upstream sources. All remaining patches are refreshed for the new version. 135-mkubifs_optional_lzo.patch was created to respect WITHOUT_LZO also in mkubifs. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 30769
* tools: symlink seq to the host staging dir (gseq on mac os x)Felix Fietkau2012-02-291-0/+1
| | | | SVN-Revision: 30755
* firmware-utils/mkfwimage: allow to override firmware magicGabor Juhos2012-02-181-5/+12
| | | | SVN-Revision: 30627