Felix Fietkau
a982c1c697
tools/upx: use HOSTCXX to fix build errors on mac os x
...
SVN-Revision: 36110
12 years ago
Gabor Juhos
55e2ae7452
firmware-utils/mktplinkfw: Add support for MR3420v2
...
Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3441/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35963
12 years ago
Felix Fietkau
a23b6acbf5
mkimage: unbreak build on non-linux systems
...
SVN-Revision: 35909
12 years ago
Luka Perkov
9c8ee9c264
mkimage: upgrade to version 2013.01.01
...
SVN-Revision: 35905
12 years ago
Felix Fietkau
1f77bfff96
build: BSD compile fixes
...
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.
Mostly small pieces of code changes to get things right on the
specific platform.
Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
SVN-Revision: 35900
12 years ago
Hauke Mehrtens
f3bfc60e1c
b43-tools: fix compile error: undefined reference to `yydebug'
...
With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef
YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set.
This fixes the following error:
obj/main.o: In function `main':
main.c:(.text.startup+0xaf): undefined reference to `yydebug'
collect2: error: ld returned 1 exit status
This closes #13093 .
SVN-Revision: 35830
12 years ago
Luka Perkov
d8f57c4e6c
mpfr: upgrade to 3.1.1
...
SVN-Revision: 35828
12 years ago
Luka Perkov
71978cf105
bison: upgrade to version 2.7
...
SVN-Revision: 35827
12 years ago
Luka Perkov
829e0bc8b3
cmake: upgrade to version 2.8.10.2
...
SVN-Revision: 35826
12 years ago
Luka Perkov
2dde4db723
e2fsprogs: upgrade to version 1.42.7
...
SVN-Revision: 35825
12 years ago
Luka Perkov
552e5a0b00
flex: upgrade to version 2.5.37
...
SVN-Revision: 35824
12 years ago
Luka Perkov
7071a06e8f
gmp: upgrade to version 5.1.1
...
SVN-Revision: 35823
12 years ago
Luka Perkov
a0e2d2a6d1
sed: upgrade to version 4.2.2
...
SVN-Revision: 35822
12 years ago
Luka Perkov
ba80e0a4da
ccache: upgrade to version 3.1.9
...
SVN-Revision: 35821
12 years ago
Luka Perkov
dbe806ec61
mklibs: upgrade to 0.1.35
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35818
12 years ago
Gabor Juhos
ddb29bebf5
firmware-utils/mktplinkfw: add support for the TL-WA830RE v1/v2 boards
...
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35787
12 years ago
Gabor Juhos
c75c1e03a3
firmware-utils/mktplinkfw: add support for the TL-WDR4900 v1
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35593
12 years ago
Gabor Juhos
cbeb862b95
firmware-utils/mktplinkfw: add TP-LINK TL-WR743ND v2 support
...
AR9331 based, these same as 741v4
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35448
12 years ago
John Crispin
2739a19992
adds support for Edimax BR-6524N
...
fixes #12754
Signed-off-by: <rq@akl.lt>
SVN-Revision: 35019
12 years ago
Felix Fietkau
2b0a5e47dc
tools/ipkg-utils: remove some unnecessary field checks
...
SVN-Revision: 34870
12 years ago
Gabor Juhos
cbc3aebcc7
firmware-utils/mktplinkfw: add support for the TL-MR3220 v2
...
Based on the following patch:
http://patchwork.openwrt.org/patch/3043/
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34781
12 years ago
Felix Fietkau
f403e2dcca
tools: add a symlink for gnu awk to fix kernel build errors on some platforms
...
SVN-Revision: 34736
12 years ago
Gabor Juhos
113b6b96c1
firmware-utils/mkfwimage2: allow to use numbers in partition names
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34729
12 years ago
Gabor Juhos
dfab9cb4e7
firmware-utils/mktplinkfw: add support for TP-LINK WA801NDv1
...
Patch-by: Amir Sagie <openwrt-devel@taproot.org.il>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34575
12 years ago
Hauke Mehrtens
619f46df05
b43-tools: update to version 017, which contains the patch.
...
SVN-Revision: 34574
12 years ago
Jo-Philipp Wich
740daabdfd
tools: e2fsprogs: delete doc/ directory after unpacking to ensure that makeinfo is not invoked
...
SVN-Revision: 34459
12 years ago
Felix Fietkau
697cbb6d2f
tools/sstrip: remove redundant -I flag that breaks build on some x86_64 linux hosts
...
SVN-Revision: 34455
12 years ago
Hauke Mehrtens
9362c121c8
b43-tools: pack the lcn firmware into the brcmsmac firmware package.
...
SVN-Revision: 34453
12 years ago
Felix Fietkau
974a50ca4a
sstrip: remove a redundant copy of elf.h
...
SVN-Revision: 34448
12 years ago
Vasilis Tsiligiannis
41b6662001
ipkg-utils: Force gnu format for tar ( #12496 )
...
SVN-Revision: 34261
12 years ago
Gabor Juhos
588c81d1e0
firmware-utils/mktplinkfw: add support for TL-WA7510N
...
[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch]
Signed-off-by: Stefan Helmert <helst_listen@aol.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34189
12 years ago
John Crispin
1a7334a874
rename patch-cmdline and add code for patching DTB files into kernel images
...
SVN-Revision: 34058
12 years ago
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