Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/sed: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -1/+3 |
| | | | | SVN-Revision: 33428 | ||||
* | tools/m4: bypass a time consuming configure test | Felix Fietkau | 2012-09-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 33427 | ||||
* | tools/m4: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 33426 | ||||
* | tools/firmware-utils: add a new tool for TEW-712BR firmware generation | Gabor Juhos | 2012-08-22 | 2 | -0/+406 |
| | | | | SVN-Revision: 33233 | ||||
* | tools/firmware-utils/ptgen option to use MB rounding | John Crispin | 2012-08-22 | 1 | -4/+18 |
| | | | | SVN-Revision: 33218 | ||||
* | tools/firmware-utils: add tool for DIR-651-H1 firmware generation | Gabor Juhos | 2012-08-17 | 2 | -0/+411 |
| | | | | | | Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi> SVN-Revision: 33204 | ||||
* | wrt350nv2-builder: don't use internal zlib macro OF() in ioapi.h, it breaks ↵ | Jo-Philipp Wich | 2012-08-14 | 2 | -8/+9 |
| | | | | | | with new zlib releases SVN-Revision: 33181 | ||||
* | convert remaining tools to $(HOST_STATIC_LINKING) (#12012) | Jo-Philipp Wich | 2012-08-12 | 5 | -6/+6 |
| | | | | SVN-Revision: 33148 | ||||
* | xz: update to 5.0.4 | Jo-Philipp Wich | 2012-08-12 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com> SVN-Revision: 33146 | ||||
* | tools/ppl: fix automake error due to use of obsolete directory name | Jo-Philipp Wich | 2012-08-12 | 1 | -0/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | I recently experienced this: configure.ac:1101: the top level interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA' make[4]: *** [Makefile.in] Error 1 Found this on google: http://bugs.mysql.com/bug.php?id=63898 And used this to fix it: fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g' Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33141 | ||||
* | use HOST_STATIC_LINKING instead of hardcoding -static | Jo-Philipp Wich | 2012-08-12 | 23 | -25/+27 |
| | | | | SVN-Revision: 33140 | ||||
* | sed: disable further SELinux features | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33120 | ||||
* | sed: unconditionally disable SELinux, NLS and ACL support (#12007) | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+7 |
| | | | | SVN-Revision: 33119 | ||||
* | Revert "[tools] cmake: link statically" | Jo-Philipp Wich | 2012-08-10 | 1 | -3/+0 |
| | | | | | | Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking. SVN-Revision: 33118 | ||||
* | firmware-utils: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33117 | ||||
* | e2fsprogs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33116 | ||||
* | dosfstools: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33115 | ||||
* | cmake: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+3 |
| | | | | SVN-Revision: 33114 | ||||
* | ccache: fix compilation, link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -5/+2 |
| | | | | SVN-Revision: 33113 | ||||
* | yaffs2: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33112 | ||||
* | xz: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+3 |
| | | | | SVN-Revision: 33111 | ||||
* | wrt350nv2-builder: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+3 |
| | | | | SVN-Revision: 33110 | ||||
* | upx: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33109 | ||||
* | upslug2: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33108 | ||||
* | sstrip: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33107 | ||||
* | squashfs4: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33106 | ||||
* | squashfs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33105 | ||||
* | sdcc: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33104 | ||||
* | qemu: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33103 | ||||
* | pkg-config: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+3 |
| | | | | SVN-Revision: 33102 | ||||
* | patch-cmdline: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33101 | ||||
* | padjffs2: link statically | Jo-Philipp Wich | 2012-08-10 | 2 | -2/+6 |
| | | | | SVN-Revision: 33100 | ||||
* | mtools: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33099 | ||||
* | mtd-utils: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33098 | ||||
* | mklibs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33097 | ||||
* | mkimage: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33096 | ||||
* | m4: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+3 |
| | | | | SVN-Revision: 33095 | ||||
* | lzma: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33094 | ||||
* | genext2fs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33093 | ||||
* | flock: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33092 | ||||
* | flex: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33091 | ||||
* | bison: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33090 | ||||
* | sed: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33089 | ||||
* | fix ccache build | John Crispin | 2012-08-10 | 1 | -1/+3 |
| | | | | SVN-Revision: 33087 | ||||
* | add mktools and dosfstools which are needed for the raspberry pi | John Crispin | 2012-07-24 | 3 | -0/+62 |
| | | | | | | Signed-off-by: Ian Ridge <ianridge [at] gmail.com> SVN-Revision: 32824 | ||||
* | adds mkdapimg | John Crispin | 2012-07-24 | 2 | -0/+192 |
| | | | | | | Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 32822 | ||||
* | kernel: fix portability issues on the x86 specific relocs host tool, fixes ↵ | Felix Fietkau | 2012-07-20 | 1 | -0/+3007 |
| | | | | | | build on mac os x SVN-Revision: 32783 | ||||
* | tools: prefer gmd5sum if present | Felix Fietkau | 2012-07-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 32761 | ||||
* | tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac ↵ | Felix Fietkau | 2012-07-13 | 2 | -0/+2 |
| | | | | | | os x. the clang build fails with some linker errors SVN-Revision: 32706 | ||||
* | bison: fix errors in shipped stdio.in.h | Jo-Philipp Wich | 2012-07-08 | 1 | -0/+15 |
| | | | | | | | | Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32649 |