summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel-headers: remove deprecated 2.4 supportPeter Korsgaard2009-02-245-207/+0
|
* openswan: mark as BROKEN as it doesn't build with current kernel headersPeter Korsgaard2009-02-241-0/+1
| | | | It WILL get removed after 2009.05 unless someone steps up to fix it.
* Bump version to 0.9.8jHamish Moffatt2009-02-245-1/+1
|
* alsa-lib: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-231-77/+24
|
* alsa-lib: don't use versioned symbolsPeter Korsgaard2009-02-231-0/+1
| | | | | | | 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.
* dbus: convert to Makefile.autotools.in and bump versionPeter Korsgaard2009-02-222-96/+56
|
* linux-advanced: don't error out on non writable /tftpbootPeter Korsgaard2009-02-221-1/+1
| | | | | Odd that we have 2x the same target right after eachother, but this is Makefile.in.advanced ofcourse ;)
* kernel-headers: bump 2.6.28 stable versionPeter Korsgaard2009-02-224-1/+1
|
* kexec: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-02-215-511/+16
|
* libsndfile: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-02-212-67/+21
|
* libsndfile: cleanup help textPeter Korsgaard2009-02-211-3/+4
|
* php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard2009-02-211-8/+3
|
* php: fix sqlite modulePeter Korsgaard2009-02-212-3/+5
| | | | | | | - 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.
* php: use alternative download URL so we can use DOWNLOAD macroPeter Korsgaard2009-02-201-2/+2
| | | | As noted by Solar on IRC.
* php: don't use DOWNLOAD macroPeter Korsgaard2009-02-201-1/+1
| | | | | | | | 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.
* package/multimeda: add flac packagePeter Korsgaard2009-02-203-0/+33
| | | | | | Patch by Sven Neumann (from #99). Removed optimization patch, cleaned up configure args and fixed download URL.
* alsa-utils: select ncurses library dependencyPeter Korsgaard2009-02-191-5/+1
|
* libvorbis: select libogg dependencyPeter Korsgaard2009-02-191-4/+1
| | | | Library dependencies should be selected, and not use depends on.
* libvorbis: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-191-49/+9
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107
* pppd: fix build without UCLIBC_HAS_BSD_ERRPeter Korsgaard2009-02-192-0/+22
| | | | | Replace the BSD specific warn() with a call to syslog. Patch by Gustavo Zacarias, closes #109.
* Enable multilink PPP (no reason to disable it)Hamish Moffatt2009-02-192-3/+15
| | | | Add configuration item to enable filtering (requires libpcap)
* tslib: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-182-100/+12
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61.
* tslib: doesn't use C++, so don't require it in the configure scriptPeter Korsgaard2009-02-181-0/+17
|
* busybox: 1.13.2 killall fixPeter Korsgaard2009-02-181-0/+17
|
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-184-2/+2
|
* mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)Peter Korsgaard2009-02-171-0/+23
|
* udev: options for path_id and firmware.shPeter Korsgaard2009-02-132-0/+67
| | | | Patch by Mike Crowe.
* package: work around kconfig crash issue with comments in choice entriesPeter Korsgaard2009-02-131-3/+4
|
* toolchain/gcc: add 4.3.3Peter Korsgaard2009-02-1312-2/+254
|
* mpfr: bump versionPeter Korsgaard2009-02-131-2/+2
|
* gmp: use GNU_MIRROR for sitePeter Korsgaard2009-02-131-1/+1
|
* gmp: bump versionPeter Korsgaard2009-02-131-2/+2
|
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-125-57/+2
|
* dnsmasq: bump versionPeter Korsgaard2009-02-121-1/+1
| | | | closes #97.
* libpng: bump versionPeter Korsgaard2009-02-121-1/+1
| | | | Fixes memory leak and double-free vulnerability
* docs/news.html: announce 2009.02Peter Korsgaard2009-02-121-0/+8
|
* buildroot: update version for 2009.05 developmentPeter Korsgaard2009-02-121-1/+1
|
* gmp/mpfr: use static libraries as make targetsPeter Korsgaard2009-02-102-2/+2
| | | | The host shared objects are no more.
* binutils: depend on static version of gmp/mpfrPeter Korsgaard2009-02-101-2/+2
|
* u-boot: don't touch config.h unless explicitly requested by userPeter Korsgaard2009-02-101-1/+7
| | | | | Fixes the problem of important variables like serverip being overwritten with empty strings if the network/default env stuff isn't used.
* gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-sharedPeter Korsgaard2009-02-102-2/+2
| | | | | Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared.
* u-boot: remove unused BOOTARGS / BOOTCMD handlingPeter Korsgaard2009-02-101-12/+0
| | | | Not available in Kconfig and no references to it in the tree.
* u-boot: don't make ETH1ADDR setting depend on avr32Peter Korsgaard2009-02-101-1/+0
| | | | No sensible reason why this should only be present on avr32.
* x11/video-xgi: fix vesa/xgi typoPeter Korsgaard2009-02-102-2/+2
| | | | Closes #95
* Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause ↵Thiago A. Corrêa2009-02-093-3/+3
| | | | build to fail if user is not root and don't have a /tftpboot folder
* docs/news.html: announce -rc4Peter Korsgaard2009-02-091-0/+13
|
* gmp/mpfr: force static linkingPeter Korsgaard2009-02-092-2/+2
| | | | | | | | | | | | 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.
* kernel-headers: bump 2.6.27/2.6.28 stable versionsPeter Korsgaard2009-02-095-2/+2
|
* vim: cleanup sed invocationPeter Korsgaard2009-02-081-1/+1
|
* u-boot: remove commented out linePeter Korsgaard2009-02-071-1/+0
|