Felix Fietkau
b69b9c5328
b43-tools: get rid of the libfl dependency to fix build errors on mac os x
...
SVN-Revision: 33934
12 years ago
Hauke Mehrtens
2c161449ac
b43-tools: fix md5sum
...
SVN-Revision: 33931
12 years ago
Gabor Juhos
86b788b1b4
firmware-utils: new tool for fixing U-Media firmware headers
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33848
12 years ago
Gabor Juhos
25250a22ef
tools/firmware-utils: add seama tool
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33840
12 years ago
Hauke Mehrtens
8086b7a750
mac80211: brcmsmac: use firmware extracted from proprietary driver
...
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
12 years ago
Hauke Mehrtens
d14c6b29eb
tools: add b43-tools
...
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
12 years ago
Jonas Gorski
997ace7e5e
firmware-utils: move bcm_tag.h here
...
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
12 years ago
Felix Fietkau
15911e5a84
cmake: update to version 2.8.9
...
SVN-Revision: 33576
12 years ago
Felix Fietkau
ed2bf29be5
build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
...
SVN-Revision: 33523
12 years ago
Felix Fietkau
3f88c1b95f
tools: flex depends on m4
...
SVN-Revision: 33520
12 years ago
Felix Fietkau
dcd3a74da0
tools/mkimage: avoid picking up unrelated /usr/include headers with the same name as internal header files (e.g. image.h), fixes #12232
...
SVN-Revision: 33519
12 years ago
Felix Fietkau
a2cf331ba6
tools/cmake: enable parallel builds
...
SVN-Revision: 33441
12 years ago
Felix Fietkau
54bd532d15
tools/e2fsprogs: enable parallel builds
...
SVN-Revision: 33440
12 years ago
Felix Fietkau
0250047a79
tools/bison: enable parallel builds
...
SVN-Revision: 33439
12 years ago
Felix Fietkau
a3649900b3
tools/flex: enable parallel builds
...
SVN-Revision: 33438
12 years ago
Felix Fietkau
2f24019b6c
tools/libelf: enable parallel builds
...
SVN-Revision: 33437
12 years ago
Felix Fietkau
56c7b771fe
tools/mpc: enable parallel builds
...
SVN-Revision: 33436
12 years ago
Felix Fietkau
4620e713a4
tools/mpc: remove bogus configure override
...
SVN-Revision: 33435
12 years ago
Felix Fietkau
3207472445
tools/mpfr enable parallel builds
...
SVN-Revision: 33434
12 years ago
Felix Fietkau
d7775ab256
tools/mpfr: remove bogus configure override
...
SVN-Revision: 33433
12 years ago
Felix Fietkau
fd1529921d
tools/gmp enable parallel builds
...
SVN-Revision: 33432
12 years ago
Felix Fietkau
b0065ecb72
tools/xz enable parallel builds
...
SVN-Revision: 33431
12 years ago
Felix Fietkau
6a137d1df8
tools/pkg-config: enable parallel builds
...
SVN-Revision: 33430
12 years ago
Felix Fietkau
d010ec2a91
tools/libtool: enable parallel builds
...
SVN-Revision: 33429
12 years ago
Felix Fietkau
8b47037101
tools/sed: enable parallel builds
...
SVN-Revision: 33428
12 years ago
Felix Fietkau
643f51cf90
tools/m4: bypass a time consuming configure test
...
SVN-Revision: 33427
12 years ago
Felix Fietkau
17f9811814
tools/m4: enable parallel builds
...
SVN-Revision: 33426
12 years ago
Gabor Juhos
872e798473
tools/firmware-utils: add a new tool for TEW-712BR firmware generation
...
SVN-Revision: 33233
12 years ago
John Crispin
6c9d20d6e7
tools/firmware-utils/ptgen option to use MB rounding
...
SVN-Revision: 33218
12 years ago
Gabor Juhos
25ac1447ed
tools/firmware-utils: add tool for DIR-651-H1 firmware generation
...
Signed-off-by: Mikko Hissa <mikko.hissa@uta.fi>
SVN-Revision: 33204
12 years ago
Jo-Philipp Wich
1af7a2c522
wrt350nv2-builder: don't use internal zlib macro OF() in ioapi.h, it breaks with new zlib releases
...
SVN-Revision: 33181
12 years ago
Jo-Philipp Wich
7304953292
convert remaining tools to $(HOST_STATIC_LINKING) ( #12012 )
...
SVN-Revision: 33148
12 years ago
Jo-Philipp Wich
958a9c96cd
xz: update to 5.0.4
...
Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com>
SVN-Revision: 33146
12 years ago
Jo-Philipp Wich
9a049babb7
tools/ppl: fix automake error due to use of obsolete directory name
...
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
12 years ago
Jo-Philipp Wich
cf1698c637
use HOST_STATIC_LINKING instead of hardcoding -static
...
SVN-Revision: 33140
12 years ago
Jo-Philipp Wich
df261c26ba
sed: disable further SELinux features
...
SVN-Revision: 33120
12 years ago
Jo-Philipp Wich
638a3eb4fd
sed: unconditionally disable SELinux, NLS and ACL support ( #12007 )
...
SVN-Revision: 33119
12 years ago
Jo-Philipp Wich
65d6a44baa
Revert "[tools] cmake: link statically"
...
Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking.
SVN-Revision: 33118
12 years ago
Jo-Philipp Wich
e2e55d7acd
firmware-utils: link statically
...
SVN-Revision: 33117
12 years ago
Jo-Philipp Wich
a7568eb875
e2fsprogs: link statically
...
SVN-Revision: 33116
12 years ago
Jo-Philipp Wich
f79666f20c
dosfstools: link statically
...
SVN-Revision: 33115
12 years ago
Jo-Philipp Wich
ecc3d83717
cmake: link statically
...
SVN-Revision: 33114
12 years ago
Jo-Philipp Wich
7d79e3a84a
ccache: fix compilation, link statically
...
SVN-Revision: 33113
12 years ago
Jo-Philipp Wich
ec726c48a9
yaffs2: link statically
...
SVN-Revision: 33112
12 years ago
Jo-Philipp Wich
da6f82a16e
xz: link statically
...
SVN-Revision: 33111
12 years ago
Jo-Philipp Wich
5ac14bbd49
wrt350nv2-builder: link statically
...
SVN-Revision: 33110
12 years ago
Jo-Philipp Wich
54e588c1d4
upx: link statically
...
SVN-Revision: 33109
12 years ago
Jo-Philipp Wich
709d0b0ddb
upslug2: link statically
...
SVN-Revision: 33108
12 years ago
Jo-Philipp Wich
04e6e15857
sstrip: link statically
...
SVN-Revision: 33107
12 years ago
Jo-Philipp Wich
a361365858
squashfs4: link statically
...
SVN-Revision: 33106
12 years ago