Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mkimage/getline.h - Mac OS X 10.7 (Lion) fix | Lars-Peter Clausen | 2011-08-05 | 1 | -0/+22 |
| | | | | | | | | This mends mkimage for getline() in Mac OS X 10.7. Signed-off-by: Joe Roback <openwrt-devel at roback.cc> SVN-Revision: 27917 | ||||
* | host/include/getline.h - Mac OS X 10.7 (Lion) fix | Lars-Peter Clausen | 2011-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Apple has finally updated their version of Libc, and it now includes getline(). \o/ The following patch fixes OpenWRT getline.h to not redefine it for 10.7. The one caveat is, the includes (at least stdio.h) are needed before the #ifdef so that __DARWIN_C_LEVEL could be properly defined (it is not a compiler built-in define like __linux__ or __APPLE__). This one fixes the host/include/getline.h. The next patch will mend the mkimage package. Signed-off-by: Joe Roback <openwrt-devel at roback.cc> SVN-Revision: 27916 | ||||
* | tools/quilt: fix spurious calls to the configure and Makefile targets (#8462) | Felix Fietkau | 2011-08-01 | 1 | -0/+18 |
| | | | | SVN-Revision: 27869 | ||||
* | autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply ↵ | Jo-Philipp Wich | 2011-08-01 | 3 | -0/+401 |
| | | | | | | OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use. SVN-Revision: 27855 | ||||
* | quilt: make it possible to override the path to getopt (based on patch from ↵ | Felix Fietkau | 2011-07-31 | 1 | -1/+4 |
| | | | | | | #9842) SVN-Revision: 27852 | ||||
* | squashfs4: fix a compile error on big-endian systems (patch from #9842) | Felix Fietkau | 2011-07-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 27851 | ||||
* | squashfs4: add missing include for freebsd (patch from #9842) | Felix Fietkau | 2011-07-31 | 1 | -1/+4 |
| | | | | SVN-Revision: 27850 | ||||
* | pkg-config: fix prefix | Felix Fietkau | 2011-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Now: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test//include After applying the patch: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test/include I guess that there sould not be '//' but only one '/'. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 27744 | ||||
* | firmware-utils: rename the devname variable in mkwrgimg to avoid a clash ↵ | Felix Fietkau | 2011-07-08 | 1 | -4/+4 |
| | | | | | | with a BSD stdlib function SVN-Revision: 27553 | ||||
* | tools/firmware-utils: add yet another buffalo tool | Gabor Juhos | 2011-07-06 | 2 | -0/+180 |
| | | | | SVN-Revision: 27475 | ||||
* | tools/firmware-utils: allow to create buffalo image from two files | Gabor Juhos | 2011-07-06 | 2 | -17/+111 |
| | | | | SVN-Revision: 27473 | ||||
* | tools/firmware-utils: allow to create buffalo tags w/o hw version | Gabor Juhos | 2011-07-06 | 1 | -1/+3 |
| | | | | SVN-Revision: 27472 | ||||
* | tools/firmware-utils: add new firmware tool for the DIR-300-B1 board | Gabor Juhos | 2011-07-04 | 2 | -0/+241 |
| | | | | SVN-Revision: 27438 | ||||
* | tools: always build mpc, now that older gcc versions have been eliminated, ↵ | Felix Fietkau | 2011-07-02 | 1 | -2/+1 |
| | | | | | | fixes #9642 SVN-Revision: 27363 | ||||
* | padjffs2: fix a compiler warning that makes the build fail because of -Werror | Felix Fietkau | 2011-07-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 27361 | ||||
* | tools: create a new tool for more efficient jffs2 padding | Gabor Juhos | 2011-07-02 | 4 | -1/+207 |
| | | | | SVN-Revision: 27355 | ||||
* | add a portable version of sys/sysmacros.h and and let the kernel use the ↵ | Felix Fietkau | 2011-07-02 | 2 | -1/+58 |
| | | | | | | host include dir, fixes x86 builds on non-gnu systems SVN-Revision: 27346 | ||||
* | move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain ↵ | Felix Fietkau | 2011-07-02 | 3 | -35/+1 |
| | | | | | | - make the package hidden so that it is automatically built without having to be selected SVN-Revision: 27345 | ||||
* | use u-boot 2011.06 as source | Imre Kaloz | 2011-07-01 | 1 | -3/+3 |
| | | | | SVN-Revision: 27336 | ||||
* | firmware-utils: fix build on big endian systems | Hauke Mehrtens | 2011-06-21 | 1 | -1/+1 |
| | | | | | | This closes #9446 SVN-Revision: 27255 | ||||
* | tools/firmware-utils: fix buffalo csum calculation | Gabor Juhos | 2011-06-13 | 2 | -2/+4 |
| | | | | | | Also print an error message if decryption fails. SVN-Revision: 27167 | ||||
* | tools/firmware-utils: add support for hd_id tag into mkdniimg | Gabor Juhos | 2011-05-31 | 1 | -4/+13 |
| | | | | | | Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 27052 | ||||
* | tools/firmware-utils: add buffalo specific fw tools | Gabor Juhos | 2011-05-31 | 5 | -0/+1177 |
| | | | | SVN-Revision: 27050 | ||||
* | * adds mkelfimage | John Crispin | 2011-05-17 | 3 | -1/+35 |
| | | | | SVN-Revision: 26918 | ||||
* | bcm63xx: Add firmware helpers for T-Home Speedport W 303V | Florian Fainelli | 2011-05-11 | 3 | -0/+379 |
| | | | | | | | | | Add two helpers for generating correctly tagged images for the T-Home Speedport W 303V Typ B as well as xor'd ones as required by CFE. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26877 | ||||
* | quilt: fix building with dash `test x == x` gives a syntax error with dash ↵ | Jo-Philipp Wich | 2011-05-02 | 1 | -2/+6 |
| | | | | | | (standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd SVN-Revision: 26804 | ||||
* | bcm63xx: Move the OpenWrt rootfs length field | Daniel Dickinson | 2011-04-15 | 4 | -35/+2 |
| | | | | | | | | | | | | | | | | Dual image capable CFEs store an image sequence at the same place as currently OpenWrt stores the actual rootfs length, so it will get overwritten when flashing through such a CFE. To prevent this from happening, move the rootfs length field to the next four bytes, thus completely using the reserved1 field. Since the reserved1 field is now completely in use, it does not make sense to allow it to be set from the imagetag utility, so remove the option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26680 | ||||
* | ipkg-utils: use (g)stat instead of "du -b" to find package size, fixes ↵ | Jo-Philipp Wich | 2011-04-13 | 1 | -1/+1 |
| | | | | | | Darwin compat (#9214) SVN-Revision: 26642 | ||||
* | missing-macros: add GTKDOC_REBASE macro needed by some newer packages ↵ | Jo-Philipp Wich | 2011-04-12 | 2 | -2/+3 |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26620 | ||||
* | firmware-utils: fix endianness bugs in firmware generation program. | Hauke Mehrtens | 2011-04-09 | 1 | -12/+29 |
| | | | | | | | | Should make it work on big endian systems again, I do not have such a system. This closes #9093. SVN-Revision: 26543 | ||||
* | make the build system a bit more silent without V=99 | Felix Fietkau | 2011-04-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 26460 | ||||
* | m4: update to version 1.4.16 | Hauke Mehrtens | 2011-04-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 26439 | ||||
* | xz: update to version 5.0.2 | Hauke Mehrtens | 2011-04-03 | 3 | -139/+2 |
| | | | | SVN-Revision: 26438 | ||||
* | lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma | Felix Fietkau | 2011-04-03 | 1 | -4/+1 |
| | | | | SVN-Revision: 26423 | ||||
* | tools/squashfs4: update to version 4.2 (adds support for xz compression) | Felix Fietkau | 2011-04-03 | 11 | -2378/+1027 |
| | | | | | | Based on a patch by Jonas Gorski SVN-Revision: 26422 | ||||
* | tools/cmake: update to version 2.8.4 | Alexandros C. Couloumbis | 2011-03-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 26283 | ||||
* | ipkg-utils: utilize the tar -p flag to preserve permissions (#7667) | Jo-Philipp Wich | 2011-03-21 | 1 | -0/+12 |
| | | | | SVN-Revision: 26258 | ||||
* | firmware-utils/mktplinkfw: add support for the TP-Link TL-WA901ND v2 board | Gabor Juhos | 2011-03-13 | 1 | -0/+9 |
| | | | | | | Patch-by: Jonathan Benett <jbscience87@gmail.com> SVN-Revision: 26118 | ||||
* | tools/xz: add some upstream patches | Alexandros C. Couloumbis | 2011-03-10 | 2 | -0/+137 |
| | | | | SVN-Revision: 26018 | ||||
* | package xfce-macros, required for autoreconf in xfce4 packages | Jo-Philipp Wich | 2011-03-09 | 2 | -1/+34 |
| | | | | SVN-Revision: 25974 | ||||
* | bison: fix compilation with stub intl header | Jo-Philipp Wich | 2011-03-04 | 1 | -0/+15 |
| | | | | SVN-Revision: 25869 | ||||
* | tools/xz: update to version 5.0.1 | Alexandros C. Couloumbis | 2011-03-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 25847 | ||||
* | mklibs: fix some long standing libpthread symbol link issues, mostly related ↵ | Felix Fietkau | 2011-02-28 | 2 | -3/+65 |
| | | | | | | to weak function overrides between libgcc, libc and libpthread SVN-Revision: 25795 | ||||
* | mklibs: properly fix library linking - the relinking in some instances used ↵ | Felix Fietkau | 2011-02-28 | 1 | -16/+24 |
| | | | | | | static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order SVN-Revision: 25793 | ||||
* | tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a ↵ | Felix Fietkau | 2011-02-20 | 3 | -0/+6 |
| | | | | | | system header file with the same name on darwin SVN-Revision: 25598 | ||||
* | squashfs4: make the lzma parameters configurable, and change the defaults ↵ | Felix Fietkau | 2011-02-13 | 2 | -11/+91 |
| | | | | | | for slightly improved compression on mips (mostly unchanged on other architectures) SVN-Revision: 25530 | ||||
* | brcm47xx: fix error when build firmware on x86_64 host (closes #7672) | Hauke Mehrtens | 2011-02-12 | 1 | -11/+14 |
| | | | | SVN-Revision: 25472 | ||||
* | the url isn't valid for some time | Imre Kaloz | 2011-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 25463 | ||||
* | libtool: fix misspelled procedure name... | Jo-Philipp Wich | 2011-02-03 | 1 | -0/+22 |
| | | | | SVN-Revision: 25351 | ||||
* | tools/mpc: add dependency on mpfr | Felix Fietkau | 2011-02-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 25279 |