summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* procps: needs WCHARPeter Korsgaard2008-08-241-0/+1
|
* toolchain/gdb: unbreak target gdb supportPeter Korsgaard2008-08-241-5/+1
| | | | | | | r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb support as it tries to apply gdb patches twice. Unbreak it. Closes #3954.
* libxml2: enable ipv6 support if enabled in buildrootPeter Korsgaard2008-08-241-1/+1
|
* Update AT91 patches to latest LinuxUlf Samuelsson2008-08-232-0/+6
|
* Add configurations for current linux versionsUlf Samuelsson2008-08-231-12/+21
|
* libxml2: use install-strip instead of install-exec for target installPeter Korsgaard2008-08-231-1/+4
| | | | | Use install-strip so binaries gets stripped and man pages / header files gets installed.
* libxml2: cleanup configure argsPeter Korsgaard2008-08-231-8/+1
|
* libxml2: point to homepage instead of ftp site in helpPeter Korsgaard2008-08-231-1/+2
|
* libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS optionPeter Korsgaard2008-08-231-8/+0
|
* openchrome: fix installPeter Korsgaard2008-08-221-0/+2
| | | | Closes #4674.
* xorg: depend on WCHAR and LOCALEPeter Korsgaard2008-08-221-0/+4
| | | | | | | | | | | Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless this is enabled in the toolchain. We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE because of a strange recursion error with dbus, but now we atleast inform the user what to do to get a working configuration. The real solution is ofcause of fix xorg, but that's for another day.
* package: don't hide xorg/tinyx selectionPeter Korsgaard2008-08-221-2/+0
| | | | | Hiding xorg/tinyx selections until the user unselects "none" seems quite unintuitive.
* Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handlingPeter Korsgaard2008-08-221-3/+0
| | | | Patch by Wade Berrier.
* gcc: only use -mfloat-abi for ARM, use -msoft-float for other archsPeter Korsgaard2008-08-221-0/+4
| | | | Patch by Wade Berrier.
* sqlite: bump versionPeter Korsgaard2008-08-211-1/+1
|
* ace_of_penguins: remove redundant configure settingsPeter Korsgaard2008-08-211-4/+0
| | | | Reported by Hartleys.
* busybox: add 1.12.x and make it defaultPeter Korsgaard2008-08-211-1/+6
|
* u-boot: bump versionPeter Korsgaard2008-08-201-2/+3
|
* u-boot: fix broken insert_define in MakefilePeter Korsgaard2008-08-201-12/+12
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* u-boot: fix wrong syntax in MakefilePeter Korsgaard2008-08-201-4/+4
| | | | | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> Some $(call insert_define, ..., ...) calls were lacking the comma after the variable. That didn't lead to a syntax error but it didn't have any effect on the output u-boot/include/config.h
* lzo: bump version and update to Makefile.autotools.in formatPeter Korsgaard2008-08-202-108/+12
| | | | | | Bump LZO version and update makefile - tested with latest mtdutils. Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
* rsync: bump versionPeter Korsgaard2008-08-201-1/+1
|
* rsync: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-201-49/+9
|
* kernel-headers: rename aout patch so it gets applied to 2.6.25.15Peter Korsgaard2008-08-191-0/+0
| | | | Needed by valgrind.
* kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard2008-08-191-2/+2
|
* haserl: bump 0.9.x versionPeter Korsgaard2008-08-191-1/+1
|
* haserl: don't install unneeded examples for 0.8.0 to targetPeter Korsgaard2008-08-191-1/+5
|
* ifplugd: add missing newlinePeter Korsgaard2008-08-191-1/+1
|
* speex: also compile static librariesPeter Korsgaard2008-08-171-2/+3
|
* speex: automate selection of arm specific optimizationsPeter Korsgaard2008-08-172-5/+17
| | | | ARM version info according to wikipedia, hopefully I got it all correct.
* speex: fix target installPeter Korsgaard2008-08-171-0/+5
| | | | | | Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
* speex: select liboggPeter Korsgaard2008-08-171-0/+1
| | | | Speex depends on libogg, so make it visible in Kconfig
* speex: convert to Makefile.autotools.in and bump version to 1.2rc1Peter Korsgaard2008-08-171-97/+15
| | | | Patch by Malek <souf_oued@yahoo.fr>
* pcre: fix target installPeter Korsgaard2008-08-161-0/+5
| | | | | | Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
* fontconfig: remove redundant configure argsPeter Korsgaard2008-08-161-3/+1
| | | | Patch by antialize / bug #4524.
* pcre: bump versionPeter Korsgaard2008-08-161-1/+1
|
* pcre: fix compilation when C++ support is disabledPeter Korsgaard2008-08-161-3/+4
| | | | | pcre will use host g++ is no cross g++ is available, so explicitly disable c++ support in pcre if it isn't enabled in buildroot instead.
* pcre: add homepage to descriptionPeter Korsgaard2008-08-161-0/+2
|
* Makefile.autotools.in: add missing continuation for PKG_CONF_OPTPeter Korsgaard2008-08-161-1/+1
| | | | | The silent support added in r23041 was missing a shell continuation character breaking PKG_CONF_OPT support - Fixed.
* target/device: enable uclibc globbing supportPeter Korsgaard2008-08-143-3/+3
| | | | | Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific uclibc configs. Fixes globbing issue reported on the uclibc list.
* dnsmasq: bump versionPeter Korsgaard2008-08-081-1/+5
| | | | fixes dns spoofing vulnerability.
* busybox: fix missing dependencies in unpacked and config rulesPeter Korsgaard2008-08-061-2/+2
| | | | | | | Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running make busybox-config and busybox-unpacked. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* busybox: additional 1.11.1 patchesPeter Korsgaard2008-08-062-2/+159
|
* Makefile.autotools.in: remove extra newlines in MESSAGE macroPeter Korsgaard2008-08-041-3/+1
|
* Makefile.autotools.in: quiet configure on silent (-s) buildsPeter Korsgaard2008-08-041-0/+1
| | | | | Use --quiet configure argument when make is invoked with the -s (silent) option.
* i2c-tools: cleanup clean targetPeter Korsgaard2008-08-041-4/+1
|
* haserl: convert to Makefile.autotools.in formatPeter Korsgaard2008-08-042-48/+9
|
* Makefile.autotools.in: fix patch dir for version specific subdirPeter Korsgaard2008-08-041-1/+1
|
* ethtool: don't specify STRIPPROGPeter Korsgaard2008-08-041-1/+1
| | | | | The correct strip program gets picked up at configure time, so no need to specify it at target install time.
* lua: select readline / ncursesPeter Korsgaard2008-08-041-5/+2
|