Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-04 | alsa-utils: use conditional for utils selection menu items | Peter Korsgaard | |
2009-03-04 | alsa-utils: aplay: use depends for toolchain options, not select | Peter Korsgaard | |
2009-03-04 | package: dm (and in turn dmraid) needs largefile support | Peter Korsgaard | |
2009-03-04 | dmraid: fix build & convert to Makefile.autotools.in | Peter Korsgaard | |
Patch by Olaf Rempel <razzor@kopf-tisch.de> - was not building at all (x86 uclibc) - adding devicemapper dependency | |||
2009-03-04 | target/generic: development system needs wchar + program invocation | Peter Korsgaard | |
2009-03-03 | iptables: bump version | Peter Korsgaard | |
- bump version to 1.4.2 - add uninstall target Patch by Olaf Rempel <razzor@kopf-tisch.de> | |||
2009-03-03 | vtun: provide correct location for lzo headers | Peter Korsgaard | |
Patch by Robert Urban <urban@unix-beratung.de> | |||
2009-03-03 | binutils: remove handling of ancient versions | Peter Korsgaard | |
2009-03-03 | binutils: add 2.19.1 | Peter Korsgaard | |
2009-03-03 | binutils: 2.17: fix makeinfo 4.xx check | Peter Korsgaard | |
Fixes #111. | |||
2009-03-03 | sqlite: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139. | |||
2009-03-03 | uclibc: cleanup version handling | Peter Korsgaard | |
Based on 0171c72 in Bernhards' tree. | |||
2009-03-03 | uclibc: add 0.9.30.1 | Peter Korsgaard | |
2009-03-03 | util-linux: bump version | Peter Korsgaard | |
Fixes #19 | |||
2009-03-02 | ipsec-tools: use select rather than depends for library dependencies | Peter Korsgaard | |
As noticed on the mailing list. | |||
2009-03-02 | php: bump version | Peter Korsgaard | |
Fixes Fixes CVE-2008-5498, closes #137. Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> | |||
2009-03-02 | busybox: additional 1.13.2 fixes | Peter Korsgaard | |
2009-03-02 | docs/buildroot: use DESTDIR / install-strip for target install example | Peter Korsgaard | |
2009-03-02 | kernel-headers: remove empty dirs missing from r25451 (git-svn issue) | Peter Korsgaard | |
2009-03-02 | docs/buildroot.html: we DO make releases nowadays | Peter Korsgaard | |
2009-03-02 | s/buildroot.uclibc.org/buildroot.net/ | Peter Korsgaard | |
2009-03-02 | microcom: upstream missing, mark as deprecated | Peter Korsgaard | |
People should use the busybox version these days anyway. | |||
2009-03-02 | microcom: has been in busybox for a long time now | Peter Korsgaard | |
2009-03-01 | ncurses: fixup ncurses5-config script | Peter Korsgaard | |
Fixes #133. | |||
2009-03-01 | tar: bump version | Peter Korsgaard | |
Fixes #69 | |||
2009-03-01 | tar/coreutils: use depends rather than select for toolchain options | Peter Korsgaard | |
2009-03-01 | toolchain/gcc: libstdcpp dependency was listed twice | Peter Korsgaard | |
2009-02-27 | libpng: bump version | Peter Korsgaard | |
Fixes unitialized data bug (CVE-2009-0040). Patch by Soef Qued <souf_oued@yahoo.fr> | |||
2009-02-26 | avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion | Peter Korsgaard | |
2009-02-26 | gst-plugins-good: remove dependencies for matroska plugin | Peter 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-26 | gst-plugins-good: add missing FLAC dependency | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-02-25 | gstreamer: flac plugin support | Peter Korsgaard | |
Patch by Sven Neumann. Closes #99. | |||
2009-02-25 | php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends | Peter Korsgaard | |
Hunks missing from r25406. | |||
2009-02-25 | avr32: rename 2.6.28.x kernel patches to match current kernel headers version | Peter Korsgaard | |
2009-02-25 | linux: always apply platform patches if available | Peter Korsgaard | |
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available. | |||
2009-02-25 | kernel-headers: update -rt support for 2.6.24 / 2.6.26 | Peter Korsgaard | |
2009-02-25 | kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patches | Peter Korsgaard | |
2009-02-24 | mesa3d: fix makedepend arguments | Peter Korsgaard | |
Make sure makedepends only searches the gcc/staging dir, and not the host include dirs. | |||
2009-02-24 | mesa: use correct config file for arch | Peter Korsgaard | |
2009-02-24 | mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL | Peter Korsgaard | |
2009-02-24 | xserver-xorg: select mesa3d in kconfig | Peter Korsgaard | |
xserver-xorg depends on mesa3d, so select it in kconfig as well. | |||
2009-02-24 | dbus: fix expat typo | Peter Korsgaard | |
2009-02-24 | kernel-headers: remove deprecated 2.4 support | Peter Korsgaard | |
2009-02-24 | openswan: mark as BROKEN as it doesn't build with current kernel headers | Peter Korsgaard | |
It WILL get removed after 2009.05 unless someone steps up to fix it. | |||
2009-02-24 | Bump version to 0.9.8j | Hamish Moffatt | |
2009-02-23 | alsa-lib: convert to Makefile.autotools.in format | Peter Korsgaard | |
2009-02-23 | alsa-lib: don't use versioned symbols | Peter 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-22 | dbus: convert to Makefile.autotools.in and bump version | Peter Korsgaard | |
2009-02-22 | linux-advanced: don't error out on non writable /tftpboot | Peter Korsgaard | |
Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;) | |||
2009-02-22 | kernel-headers: bump 2.6.28 stable version | Peter Korsgaard | |