summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-24mesa: use correct config file for archPeter Korsgaard
2009-02-24mesa3d: use MAKE1 instead of playing around with BR2_JLEVELPeter Korsgaard
2009-02-24xserver-xorg: select mesa3d in kconfigPeter Korsgaard
xserver-xorg depends on mesa3d, so select it in kconfig as well.
2009-02-24dbus: fix expat typoPeter Korsgaard
2009-02-24kernel-headers: remove deprecated 2.4 supportPeter Korsgaard
2009-02-24openswan: mark as BROKEN as it doesn't build with current kernel headersPeter Korsgaard
It WILL get removed after 2009.05 unless someone steps up to fix it.
2009-02-24Bump version to 0.9.8jHamish Moffatt
2009-02-23alsa-lib: convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-23alsa-lib: don't use versioned symbolsPeter Korsgaard
As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with alsa-lib, see http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html for details.
2009-02-22dbus: convert to Makefile.autotools.in and bump versionPeter Korsgaard
2009-02-22linux-advanced: don't error out on non writable /tftpbootPeter Korsgaard
Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;)
2009-02-22kernel-headers: bump 2.6.28 stable versionPeter Korsgaard
2009-02-21kexec: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-21libsndfile: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-21libsndfile: cleanup help textPeter Korsgaard
2009-02-21php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard
2009-02-21php: fix sqlite modulePeter Korsgaard
- php comes with it's own embedded sqlite, so no need to select sqlite - disable largefile support for !BR2_LARGEFILE - php somehow forgets to link with -ldl, breaking the sqlite extension. Fix it by disabling the (unused?) modload support in sqlite.
2009-02-20php: use alternative download URL so we can use DOWNLOAD macroPeter Korsgaard
As noted by Solar on IRC.
2009-02-20php: don't use DOWNLOAD macroPeter Korsgaard
php.net only offers downloads though a strange php script with the file name embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET). This ofcourse means that the primary site / fallback mirror stuff isn't used.
2009-02-20package/multimeda: add flac packagePeter Korsgaard
Patch by Sven Neumann (from #99). Removed optimization patch, cleaned up configure args and fixed download URL.
2009-02-19alsa-utils: select ncurses library dependencyPeter Korsgaard
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