summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-19libvorbis: select libogg dependencyPeter Korsgaard
Library dependencies should be selected, and not use depends on.
2009-02-19libvorbis: convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107
2009-02-19pppd: fix build without UCLIBC_HAS_BSD_ERRPeter Korsgaard
Replace the BSD specific warn() with a call to syslog. Patch by Gustavo Zacarias, closes #109.
2009-02-19Enable multilink PPP (no reason to disable it)Hamish Moffatt
Add configuration item to enable filtering (requires libpcap)
2009-02-18tslib: convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61.
2009-02-18tslib: doesn't use C++, so don't require it in the configure scriptPeter Korsgaard
2009-02-18busybox: 1.13.2 killall fixPeter Korsgaard
2009-02-18kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard
2009-02-17mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)Peter Korsgaard
2009-02-13udev: options for path_id and firmware.shPeter Korsgaard
Patch by Mike Crowe.
2009-02-13package: work around kconfig crash issue with comments in choice entriesPeter Korsgaard
2009-02-13toolchain/gcc: add 4.3.3Peter Korsgaard
2009-02-13mpfr: bump versionPeter Korsgaard
2009-02-13gmp: use GNU_MIRROR for sitePeter Korsgaard
2009-02-13gmp: bump versionPeter Korsgaard
2009-02-12kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard
2009-02-12dnsmasq: bump versionPeter Korsgaard
closes #97.
2009-02-12libpng: bump versionPeter Korsgaard
Fixes memory leak and double-free vulnerability
2009-02-12docs/news.html: announce 2009.02Peter Korsgaard
2009-02-12buildroot: update version for 2009.05 developmentPeter Korsgaard
2009-02-10gmp/mpfr: use static libraries as make targetsPeter Korsgaard
The host shared objects are no more.
2009-02-10binutils: depend on static version of gmp/mpfrPeter Korsgaard
2009-02-10u-boot: don't touch config.h unless explicitly requested by userPeter Korsgaard
Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used.
2009-02-10gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-sharedPeter Korsgaard
Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared.
2009-02-10u-boot: remove unused BOOTARGS / BOOTCMD handlingPeter Korsgaard
Not available in Kconfig and no references to it in the tree.
2009-02-10u-boot: don't make ETH1ADDR setting depend on avr32Peter Korsgaard
No sensible reason why this should only be present on avr32.
2009-02-10x11/video-xgi: fix vesa/xgi typoPeter Korsgaard
Closes #95
2009-02-09Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵Thiago A. Corrêa
build to fail if user is not root and don't have a /tftpboot folder
2009-02-09docs/news.html: announce -rc4Peter Korsgaard
2009-02-09gmp/mpfr: force static linkingPeter Korsgaard
Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead.
2009-02-09kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard
2009-02-08vim: cleanup sed invocationPeter Korsgaard
2009-02-07u-boot: remove commented out linePeter Korsgaard
2009-02-07alsa-lib: make python option depend on pythonPeter Korsgaard
As discussed on the list.
2009-02-06Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix ↵Thiago A. Corrêa
if one is provided
2009-02-05toolchain/gcc/4.3.2: use what really got committed upstream for PR39076Peter Korsgaard
Thanks to Sven Neumann for noticing.
2009-02-05mpg123: remove unused mpg123x target (debug?)Peter Korsgaard
2009-02-05mpg123: remove arm funroll-loops workaroundPeter Korsgaard
Fixed by toolchain patch.
2009-02-05toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205Peter Korsgaard
We don't use the iwmmxt abi anymore.
2009-02-05toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993Peter Korsgaard
Rename it so it actually gets applied and fix it so it can be applied (-p level).
2009-02-05mpg123: cleanup unused hunk after r25004Peter Korsgaard
2009-02-05mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)Peter Korsgaard
2009-02-04tremor: strip target libPeter Korsgaard
2009-02-04microperl: strip target binaryPeter Korsgaard
2009-02-04u-boot: fix dependency for host mkimagePeter Korsgaard
2009-02-04linux/Makefile.in.advanced: don't depend on phony target for mkimagePeter Korsgaard
Stops continous rebuilds.
2009-02-04alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHONPeter Korsgaard
Tell it where to find the python headers.
2009-02-04toolchain: revert r25193 (Change binary toolchain configuration)Peter Korsgaard
As discussed on the list.
2009-02-04package: remove ltt dir (git-svn issue)Peter Korsgaard
2009-02-04package/: remove obsolete ltt packagePeter Korsgaard
As discussed on the list.