Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mac80211: brcmsmac: use firmware extracted from proprietary driver | Hauke Mehrtens | 2012-10-08 |
| | | | | | | | | The firmware from linux-firmware does not support the rev 17 core found in a bcm4716. The firmware extracted from the proprietary driver supports this core. Use this firmware instead by default. SVN-Revision: 33669 | ||
* | tools: add b43-tools | Hauke Mehrtens | 2012-10-08 |
| | | | | | | Move the b43-tools build from the mac80211 Makefile into an own package in tools and use the newest version of b43-tools. SVN-Revision: 33668 | ||
* | firmware-utils: move bcm_tag.h here | Jonas Gorski | 2012-10-08 |
| | | | | | | | Since there is only one user of bcm_tag.h left, we can safely move it into the firmware-utils directory, replacing the symlink. SVN-Revision: 33655 | ||
* | cmake: update to version 2.8.9 | Felix Fietkau | 2012-09-28 |
| | | | | SVN-Revision: 33576 | ||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | ||
* | tools: flex depends on m4 | Felix Fietkau | 2012-09-23 |
| | | | | SVN-Revision: 33520 | ||
* | tools/mkimage: avoid picking up unrelated /usr/include headers with the same ↵ | Felix Fietkau | 2012-09-23 |
| | | | | | | name as internal header files (e.g. image.h), fixes #12232 SVN-Revision: 33519 | ||
* | tools/cmake: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33441 | ||
* | tools/e2fsprogs: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33440 | ||
* | tools/bison: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33439 | ||
* | tools/flex: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33438 | ||
* | tools/libelf: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33437 | ||
* | tools/mpc: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33436 | ||
* | tools/mpc: remove bogus configure override | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33435 | ||
* | tools/mpfr enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33434 | ||
* | tools/mpfr: remove bogus configure override | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33433 | ||
* | tools/gmp enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33432 | ||
* | tools/xz enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33431 | ||
* | tools/pkg-config: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33430 | ||
* | tools/libtool: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33429 | ||
* | tools/sed: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33428 | ||
* | tools/m4: bypass a time consuming configure test | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33427 | ||
* | tools/m4: enable parallel builds | Felix Fietkau | 2012-09-15 |
| | | | | SVN-Revision: 33426 | ||
* | tools/firmware-utils: add a new tool for TEW-712BR firmware generation | Gabor Juhos | 2012-08-22 |
| | | | | SVN-Revision: 33233 | ||
* | tools/firmware-utils/ptgen option to use MB rounding | John Crispin | 2012-08-22 |
| | | | | SVN-Revision: 33218 | ||
* | tools/firmware-utils: add tool for DIR-651-H1 firmware generation | Gabor Juhos | 2012-08-17 |
| | | | | | | 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 |
| | | | | | | with new zlib releases SVN-Revision: 33181 | ||
* | convert remaining tools to $(HOST_STATIC_LINKING) (#12012) | Jo-Philipp Wich | 2012-08-12 |
| | | | | SVN-Revision: 33148 | ||
* | xz: update to 5.0.4 | Jo-Philipp Wich | 2012-08-12 |
| | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | | | SVN-Revision: 33140 | ||
* | sed: disable further SELinux features | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33120 | ||
* | sed: unconditionally disable SELinux, NLS and ACL support (#12007) | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33119 | ||
* | Revert "[tools] cmake: link statically" | Jo-Philipp Wich | 2012-08-10 |
| | | | | | | 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 |
| | | | | SVN-Revision: 33117 | ||
* | e2fsprogs: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33116 | ||
* | dosfstools: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33115 | ||
* | cmake: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33114 | ||
* | ccache: fix compilation, link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33113 | ||
* | yaffs2: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33112 | ||
* | xz: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33111 | ||
* | wrt350nv2-builder: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33110 | ||
* | upx: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33109 | ||
* | upslug2: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33108 | ||
* | sstrip: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33107 | ||
* | squashfs4: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33106 | ||
* | squashfs: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33105 | ||
* | sdcc: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33104 | ||
* | qemu: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33103 | ||
* | pkg-config: link statically | Jo-Philipp Wich | 2012-08-10 |
| | | | | SVN-Revision: 33102 |