summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentation cleanupsThomas Petazzoni2009-04-281-41/+30
| | | | | | | | | | | | * Add the section describing the project feature to the table of contents * Change the formatting of titles in the section on the project feature * Mention that the section on project feature is obsolete since the feature has now been implemented * Remove the duplication about two different sections documenting basically the same thing : how to use the Buildroot toolchain.
* toolchain/gdb: remove empty dirs (git-svn issue)Peter Korsgaard2009-04-280-0/+0
|
* toolchain/gdb: remove ancient deprecated versionsPeter Korsgaard2009-04-2831-4311/+0
| | | | | They shouldn't be used anymore, needs havily patching (6.3 has more than 200k patches) and no one tests them with current toolchains.
* toolchain/gdb: remove broken snapshot supportPeter Korsgaard2009-04-289-366/+0
|
* package/openssl: fix uninstallPeter Korsgaard2009-04-281-0/+8
|
* package/openssl: STRIP_STRIP_ALL should be used for binariesPeter Korsgaard2009-04-281-1/+1
|
* package/openssl: also strip libraries with _OPENSSL_BIN is enabledPeter Korsgaard2009-04-281-3/+3
|
* package/openssl: make sure TARGET_CFLAGS are usedPeter Korsgaard2009-04-281-1/+3
| | | | | | | | And remove the unnedded c_rehash binary while we're at it. Patch by Gustavo Zacarias <gustavo@zacarias.com.br>, closes #307. Saves ~250k on PPC with default config (E.G. -Os)
* Older versions of 'find' don't have the '-delete' optionWade Berrier2009-04-281-4/+4
| | | | Use find's '-print0' and 'xargs -0' as an equivalent alternative.
* toolchain/kernel-headers: bump 2.6.29 versionPeter Korsgaard2009-04-281-1/+1
|
* toolchain/gcc: java needs largefile supportPeter Korsgaard2009-04-271-0/+1
|
* toolchain/gcc: fix java supportPeter Korsgaard2009-04-272-5/+9
| | | | Not runtime tested, but now it atleast builds.
* toolchain/gcc: disable tls supportPeter Korsgaard2009-04-271-0/+3
| | | | Fixes libstdc++ linking with gcc 4.4.x
* libglib2: bump versionPeter Korsgaard2009-04-271-2/+2
| | | | Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279.
* package: add libsoup packagePeter Korsgaard2009-04-263-0/+41
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.
* samba: fix build with ipv6 support is disabledPeter Korsgaard2009-04-261-0/+1
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
* busybox: 1.14.0 dhcp fixPeter Korsgaard2009-04-261-0/+12
|
* toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without addressPeter Korsgaard2009-04-241-0/+13
| | | | From uClibc r24336.
* package/multimeda: add taglib packagePeter Korsgaard2009-04-233-0/+41
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
* directfb: bump versionPeter Korsgaard2009-04-232-1/+1
| | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
* Update to 4.5.1Thiago A. Corrêa2009-04-231-2/+3
|
* dbus-glib: workaround Kconfig issue with selectPeter Korsgaard2009-04-231-1/+4
| | | | | Kconfig gets confused about the selects and thinks there's a recursive dependency around expat, so implement an alternative solution instead.
* package/qtopia4: fix GPL download URLPeter Korsgaard2009-04-231-1/+1
| | | | Patch by Will Newton <will.newton@gmail.com>
* toolchain/gcc: add 4.4.0Peter Korsgaard2009-04-236-0/+149
|
* dbus-glib: host compilation needs libglib2 and expatPeter Korsgaard2009-04-231-1/+1
|
* dbus-glib: needs expatPeter Korsgaard2009-04-232-1/+2
| | | | | Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available.
* toolchain/gcc: fix PR 32044 patchPeter Korsgaard2009-04-233-576/+561
| | | | Somehow the patch was a patch adding a patch instead of the patch itself.
* toolchain: add BR2_USE_SSP option for stack protection supportPeter Korsgaard2009-04-224-6/+29
| | | | Using the support in uClibc.
* toolchain/gcc: don't enable libssp supportPeter Korsgaard2009-04-223-2/+6
| | | | | It's broken anyway as we don't install libssp* into TARGET_DIR, and we should use the SSP support in uClibc if we want stack protection.
* dbus: fix rebuild if /var/lib is a symlink to /tmp for targetPeter Korsgaard2009-04-211-0/+5
| | | | /tmp/dbus will end up being a recursive symlink to itself on the build host.
* Workaround problem with configure for x86 crosscompile to x86 under linux.Thiago A. Corrêa2009-04-201-0/+17
|
* busybox: 1.14.0 fixesPeter Korsgaard2009-04-184-28/+38
|
* cups: add -source targetPeter Korsgaard2009-04-181-0/+2
|
* busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86Peter Korsgaard2009-04-171-0/+28
|
* pkg-config: fix target packagePeter Korsgaard2009-04-174-3/+3
| | | | As reported by Sven Neumann on the list.
* toolchain/br2_autoreconf: removePeter Korsgaard2009-04-171-699/+0
| | | | | It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it.
* Makefile: distclean: remove correct dirsPeter Korsgaard2009-04-171-3/+2
| | | | | | Remove toolchain build dir, and don't try to remove the non-existing include dir. Also don't explicitly remove the kernel image located in binaries as we're already removing that dir.
* sqlite: bump versionPeter Korsgaard2009-04-171-1/+1
| | | | Closes #277.
* Updated i686 configThiago A. Corrêa2009-04-171-52/+49
|
* Fix busybox config file locationThiago A. Corrêa2009-04-171-1/+1
|
* bind: bump version (security issue with DNSSEC DLV)Peter Korsgaard2009-04-153-1/+1
| | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
* target/generic: support for busybox >= 1.14.x speed=0 handlingPeter Korsgaard2009-04-151-0/+3
|
* busybox: remove ancient versionsPeter Korsgaard2009-04-155-1442/+0
|
* busybox: add 1.14.xPeter Korsgaard2009-04-152-4/+10
|
* busybox: bump 1.13.x versionPeter Korsgaard2009-04-156-726/+1
|
* toolchain/gcc: shared libgcc broken for sparc, so disable itPeter Korsgaard2009-04-151-0/+1
|
* unmark the sparc targets as broken, they build if you disable shared libgccaustinf2009-04-151-2/+0
|
* openssl: git rid of version number in patchesPeter Korsgaard2009-04-144-0/+0
| | | | As noted by Hamish Moffatt on the list.
* Qtopia4: -xmlpatterns requires -exceptions .Thiago A. Corrêa2009-04-131-1/+1
|
* target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard2009-04-091-1/+3
| | | | Patch by Andreas Schweigstill <aschweig@schweigstill.de>