summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-02s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard
2009-03-02microcom: upstream missing, mark as deprecatedPeter Korsgaard
People should use the busybox version these days anyway.
2009-03-02microcom: has been in busybox for a long time nowPeter Korsgaard
2009-03-01ncurses: fixup ncurses5-config scriptPeter Korsgaard
Fixes #133.
2009-03-01tar: bump versionPeter Korsgaard
Fixes #69
2009-03-01tar/coreutils: use depends rather than select for toolchain optionsPeter Korsgaard
2009-03-01toolchain/gcc: libstdcpp dependency was listed twicePeter Korsgaard
2009-02-27libpng: bump versionPeter Korsgaard
Fixes unitialized data bug (CVE-2009-0040). Patch by Soef Qued <souf_oued@yahoo.fr>
2009-02-26avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversionPeter Korsgaard
2009-02-26gst-plugins-good: remove dependencies for matroska pluginPeter Korsgaard
This was forgotten when adding config options for zlib and bzip2. The matroska plugin doesn't need these dependencies, they are optional. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-02-26gst-plugins-good: add missing FLAC dependencyPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-02-25gstreamer: flac plugin supportPeter Korsgaard
Patch by Sven Neumann. Closes #99.
2009-02-25php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard
Hunks missing from r25406.
2009-02-25avr32: rename 2.6.28.x kernel patches to match current kernel headers versionPeter Korsgaard
2009-02-25linux: always apply platform patches if availablePeter Korsgaard
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available.
2009-02-25kernel-headers: update -rt support for 2.6.24 / 2.6.26Peter Korsgaard
2009-02-25kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patchesPeter Korsgaard
2009-02-24mesa3d: fix makedepend argumentsPeter Korsgaard
Make sure makedepends only searches the gcc/staging dir, and not the host include dirs.
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