summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-19haserl: bump 0.9.x versionPeter Korsgaard
2008-08-19haserl: don't install unneeded examples for 0.8.0 to targetPeter Korsgaard
2008-08-19ifplugd: add missing newlinePeter Korsgaard
2008-08-17speex: also compile static librariesPeter Korsgaard
2008-08-17speex: automate selection of arm specific optimizationsPeter Korsgaard
ARM version info according to wikipedia, hopefully I got it all correct.
2008-08-17speex: fix target installPeter Korsgaard
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
2008-08-17speex: select liboggPeter Korsgaard
Speex depends on libogg, so make it visible in Kconfig
2008-08-17speex: convert to Makefile.autotools.in and bump version to 1.2rc1Peter Korsgaard
Patch by Malek <souf_oued@yahoo.fr>
2008-08-16pcre: fix target installPeter Korsgaard
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
2008-08-16fontconfig: remove redundant configure argsPeter Korsgaard
Patch by antialize / bug #4524.
2008-08-16pcre: bump versionPeter Korsgaard
2008-08-16pcre: fix compilation when C++ support is disabledPeter Korsgaard
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.
2008-08-16pcre: add homepage to descriptionPeter Korsgaard
2008-08-16Makefile.autotools.in: add missing continuation for PKG_CONF_OPTPeter Korsgaard
The silent support added in r23041 was missing a shell continuation character breaking PKG_CONF_OPT support - Fixed.
2008-08-14target/device: enable uclibc globbing supportPeter Korsgaard
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific uclibc configs. Fixes globbing issue reported on the uclibc list.
2008-08-08dnsmasq: bump versionPeter Korsgaard
fixes dns spoofing vulnerability.
2008-08-06busybox: fix missing dependencies in unpacked and config rulesPeter Korsgaard
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>
2008-08-06busybox: additional 1.11.1 patchesPeter Korsgaard
2008-08-04Makefile.autotools.in: remove extra newlines in MESSAGE macroPeter Korsgaard
2008-08-04Makefile.autotools.in: quiet configure on silent (-s) buildsPeter Korsgaard
Use --quiet configure argument when make is invoked with the -s (silent) option.
2008-08-04i2c-tools: cleanup clean targetPeter Korsgaard
2008-08-04haserl: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-04Makefile.autotools.in: fix patch dir for version specific subdirPeter Korsgaard
2008-08-04ethtool: don't specify STRIPPROGPeter Korsgaard
The correct strip program gets picked up at configure time, so no need to specify it at target install time.
2008-08-04lua: select readline / ncursesPeter Korsgaard
2008-08-04avahi: select expatPeter Korsgaard
2008-08-04vpnc: select libgcrypt / libgpg_errorPeter Korsgaard
2008-08-04argus: select libpcapPeter Korsgaard
2008-08-04ccache: expand help textPeter Korsgaard
2008-08-04ccache: cleanup configure args and respect BR2_HAVE_MANPAGESPeter Korsgaard
2008-08-04ccache: also remove target symlinks on cleanPeter Korsgaard
2008-08-04ccache: cleanup configPeter Korsgaard
2008-08-04package: add package managers sub menuPeter Korsgaard
2008-08-04ltrace: expand help textPeter Korsgaard
2008-08-04ethtool: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-04strace: convert to makefile.autotools.in formatPeter Korsgaard
2008-08-04strace: also remove from target-utils on cleanPeter Korsgaard
2008-08-04package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotationsPeter Korsgaard
2008-08-04uClibc-0.9.29: remove double ARM subarch selection from defconfigPeter Korsgaard
uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig.
2008-08-04dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERSPeter Korsgaard
2008-08-04kernel-headers: remove ancient versionsPeter Korsgaard
2008-08-04kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recentPeter Korsgaard
2008-08-04kernel-headers: add 2.6.26.xPeter Korsgaard
2008-08-04package: global largefile CFLAGS handlingPeter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-08-04busybox: default HIDE_OTHERS to y for all versionsPeter Korsgaard
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version.
2008-08-04strace: fix LARGEFILE typoPeter Korsgaard
Patch by Claus Klein.
2008-08-04sed: fix CPPFLAGS typoPeter Korsgaard
Patch by Claus Klein.
2008-07-24Makefile.autotools.in: fix make source-check/external-deps differentlyPeter Korsgaard
The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER.
2008-07-23grep: make locale handling less verbosePeter Korsgaard
As suggested by Bernhard.