Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | automake: update to 1.11.3 | Florian Fainelli | 2012-04-02 | 3 | -11/+11 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31173 | |||||
* | xz: update to 5.0.3 | Florian Fainelli | 2012-04-02 | 1 | -3/+3 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31172 | |||||
* | mkimage: update to 2011.12 | Florian Fainelli | 2012-04-02 | 3 | -34/+12 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31171 | |||||
* | cloog: update to 0.15.11 | Florian Fainelli | 2012-04-02 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31170 | |||||
* | gmp: update to 5.0.4 | Florian Fainelli | 2012-04-02 | 3 | -33/+37 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31169 | |||||
* | cmake: update to 2.8.7 | Florian Fainelli | 2012-04-02 | 1 | -3/+3 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31168 | |||||
* | bison: update to 2.5 | Florian Fainelli | 2012-04-02 | 3 | -7/+7 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31167 | |||||
* | ccache: update to 3.1.7 | Florian Fainelli | 2012-04-02 | 1 | -4/+4 | |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31166 | |||||
* | tools: fix stat symlink if destination already exists | Felix Fietkau | 2012-03-26 | 1 | -0/+1 | |
| | | | | SVN-Revision: 31072 | |||||
* | tools: fix GNU stat detection to prevent it from picking up other things ↵ | Felix Fietkau | 2012-03-23 | 1 | -1/+10 | |
| | | | | | | named "gstat" (see #4571) SVN-Revision: 31059 | |||||
* | tools: add dependency on the seq symlink | Felix Fietkau | 2012-03-10 | 1 | -1/+1 | |
| | | | | SVN-Revision: 30861 | |||||
* | tools/mtd-utils: fix build error | Gabor Juhos | 2012-03-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 30797 | |||||
* | tools/mtd-utils: update mkfs.ubifs XZ support | Gabor Juhos | 2012-03-03 | 1 | -30/+148 | |
| | | | | SVN-Revision: 30796 | |||||
* | tools/mtd-utils: add XZ compression support to mkfs.ubifs | Gabor Juhos | 2012-03-02 | 3 | -1/+288 | |
| | | | | SVN-Revision: 30795 | |||||
* | tools/mtd-utils: cleanup mkubifs lzo patch | Gabor Juhos | 2012-03-01 | 1 | -61/+55 | |
| | | | | SVN-Revision: 30770 | |||||
* | tools/mtd-utils: update to 1.4.5 | Gabor Juhos | 2012-03-01 | 10 | -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 Fietkau | 2012-02-29 | 1 | -0/+1 | |
| | | | | SVN-Revision: 30755 | |||||
* | firmware-utils/mkfwimage: allow to override firmware magic | Gabor Juhos | 2012-02-18 | 1 | -5/+12 | |
| | | | | SVN-Revision: 30627 | |||||
* | Support booting the Speedport W502V using BRN-BOOT. | John Crispin | 2012-02-14 | 3 | -0/+353 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the disadvantage is less available flash space, it's easy and safe to flash without opening the device. Going back to the original firmware is also possible. This patch add two firmware utilities, mkbrncmdline and mkbrnboot. mkbrncmdline patches the uncompressed kernel so the registeres a0 to a3 are initialized and the memory size is passed in. mkbrnboot takes the lzma compressed kernel and squashfs images and creates a firmware image that can be flashed using the BRN-BOOT recovery kernel, which is booted by holding both buttons when powering up the device and will listen on http://192.168.2.1. The firmware file from bin/lantiq/ to use is openwrt-lantiq-danube-ARV4525PW-BRNDTW502-brnImage The BRN-BOOT recovery kernel does size-check the image, so if it's too big to fit into flash it will complain accordingly. A second patch is needed to make the wired network interface work since there is no u-boot to pre-initialise it. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 30532 | |||||
* | tools/genext2fs: do not include the host getline.h, it breaks the tool in ↵ | Felix Fietkau | 2012-02-12 | 1 | -1/+1 | |
| | | | | | | subtle ways, and the source already has a getline replacement SVN-Revision: 30479 | |||||
* | automake: forcibly disable perl ithreads support The SDK when build on a ↵ | Jo-Philipp Wich | 2012-02-01 | 1 | -1/+2 | |
| | | | | | | machine with perl ithreads enabled will fail to run on many Gentoo systems because perl is usually built without thread capability there. In order to circumvent this issue forcibly disable the ithreads support, tested on CentOS 5.6, Ubuntu 10.04 LTS and Gentoo. SVN-Revision: 29979 | |||||
* | autoconf: another relocatability fix for autom4te, substitute hardcoded ↵ | Jo-Philipp Wich | 2012-01-28 | 1 | -0/+13 | |
| | | | | | | prefix with $STAGING_DIR when reading autom4te.cfg SVN-Revision: 29931 | |||||
* | automake: generate relative aclocal symlinks in staging_dir | Jo-Philipp Wich | 2012-01-28 | 1 | -4/+4 | |
| | | | | SVN-Revision: 29929 | |||||
* | firmware-utils/mkmylofw: add WPE72 support | Gabor Juhos | 2012-01-26 | 2 | -0/+4 | |
| | | | | | | Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29913 | |||||
* | libtool: fix accidental sed invocation in libtoolize | Jo-Philipp Wich | 2012-01-21 | 2 | -5/+9 | |
| | | | | SVN-Revision: 29839 | |||||
* | quilt: some more relocatable fixes for quilt-internal scripts | Jo-Philipp Wich | 2012-01-20 | 1 | -0/+63 | |
| | | | | SVN-Revision: 29834 | |||||
* | bison: make yacc wrapper relocatable | Jo-Philipp Wich | 2012-01-20 | 1 | -0/+20 | |
| | | | | SVN-Revision: 29831 | |||||
* | autoconf: make bin/autoconf relocatable as well | Jo-Philipp Wich | 2012-01-20 | 1 | -0/+15 | |
| | | | | SVN-Revision: 29830 | |||||
* | quilt: make relocatable, search resources relative to STAGING_DIR | Jo-Philipp Wich | 2012-01-20 | 2 | -0/+20 | |
| | | | | SVN-Revision: 29829 | |||||
* | automake: further relocation fixes | Jo-Philipp Wich | 2012-01-20 | 2 | -1/+12 | |
| | | | | SVN-Revision: 29828 | |||||
* | autoconf: further relocation fixes | Jo-Philipp Wich | 2012-01-20 | 1 | -4/+43 | |
| | | | | SVN-Revision: 29827 | |||||
* | libtool: make relocatable, search resources relative to STAGING_DIR | Jo-Philipp Wich | 2012-01-20 | 1 | -0/+92 | |
| | | | | SVN-Revision: 29826 | |||||
* | autoconf: make relocatable by searching resources relative to STAGING_DIR | Jo-Philipp Wich | 2012-01-20 | 2 | -1/+101 | |
| | | | | SVN-Revision: 29821 | |||||
* | automake: make relocatable by searching resources relative to STAGING_DIR | Jo-Philipp Wich | 2012-01-20 | 1 | -0/+35 | |
| | | | | SVN-Revision: 29820 | |||||
* | tools: clean up Makefiles / make ccache work | John Crispin | 2012-01-15 | 13 | -83/+28 | |
| | | | | SVN-Revision: 29754 | |||||
* | firware-utils/mktplinkfw: add TL-WR2543N/ND support | Gabor Juhos | 2012-01-07 | 1 | -0/+12 | |
| | | | | SVN-Revision: 29681 | |||||
* | firmware-utils/mktplinkfw: add support for TL-WA701N/ND | Gabor Juhos | 2012-01-04 | 1 | -0/+6 | |
| | | | | SVN-Revision: 29655 | |||||
* | firmware-utils/mktplinkfw: add support for TL-MR3020 | Gabor Juhos | 2012-01-04 | 1 | -0/+6 | |
| | | | | | | Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29650 | |||||
* | firmware-utils/mktplinkfw: add ability to put jffs2 eof marker into the image | Gabor Juhos | 2011-12-15 | 1 | -1/+45 | |
| | | | | SVN-Revision: 29544 | |||||
* | tools/mktplinkfw: allow to specify hw_id, hw_rev and flash_layout | Gabor Juhos | 2011-12-06 | 1 | -89/+125 | |
| | | | | SVN-Revision: 29466 | |||||
* | firmware-utils/mktplinkfw: allow to align the rootfs on a specified boundary | Gabor Juhos | 2011-12-05 | 1 | -14/+45 | |
| | | | | SVN-Revision: 29445 | |||||
* | tools/mkimage: allow to use different magic in uImages | Gabor Juhos | 2011-12-05 | 1 | -0/+63 | |
| | | | | SVN-Revision: 29442 | |||||
* | firmware-utils/mktplinkfw: fix combined image creation | Gabor Juhos | 2011-12-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29409 | |||||
* | build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* ↵ | Felix Fietkau | 2011-11-28 | 1 | -0/+1 | |
| | | | | | | for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build SVN-Revision: 29352 | |||||
* | firmware-utils/mktplinfw: use htonl/ntohl | Gabor Juhos | 2011-11-24 | 1 | -44/+39 | |
| | | | | | | Based on a patch by Adrian Chadd <adrian@freebsd.org> SVN-Revision: 29327 | |||||
* | tools: use host build_dir instead of target build_dir | Nicolas Thill | 2011-11-23 | 3 | -3/+3 | |
| | | | | SVN-Revision: 29293 | |||||
* | firmware-utils/mktplinkfw: add TL-WR741ND v4 | Gabor Juhos | 2011-11-01 | 1 | -0/+9 | |
| | | | | SVN-Revision: 28707 | |||||
* | Add firmware tool for generating factory images for Edimax devices | Vasilis Tsiligiannis | 2011-10-30 | 2 | -1/+261 | |
| | | | | SVN-Revision: 28688 | |||||
* | firmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3 | Gabor Juhos | 2011-10-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 28602 | |||||
* | tools/lzma-old fix compile issues (patch from #10253) | Felix Fietkau | 2011-10-21 | 1 | -4/+4 | |
| | | | | SVN-Revision: 28502 |