Commit Graph

4379 Commits

Author SHA1 Message Date
Peter Korsgaard 533f5e01a7 Makefile.autotools.in: add missing continuation for PKG_CONF_OPT
The silent support added in r23041 was missing a shell continuation character
breaking PKG_CONF_OPT support - Fixed.
2008-08-16 11:59:56 +00:00
Peter Korsgaard 0fa75a11ee target/device: enable uclibc globbing support
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-14 06:52:15 +00:00
Peter Korsgaard 1907c34660 dnsmasq: bump version
fixes dns spoofing vulnerability.
2008-08-08 18:15:29 +00:00
Peter Korsgaard bf4c77cca0 busybox: fix missing dependencies in unpacked and config rules
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-06 12:56:31 +00:00
Peter Korsgaard 2f06c38008 busybox: additional 1.11.1 patches 2008-08-06 06:37:21 +00:00
Peter Korsgaard a87d82081d Makefile.autotools.in: remove extra newlines in MESSAGE macro 2008-08-04 19:08:48 +00:00
Peter Korsgaard ddd73e012c Makefile.autotools.in: quiet configure on silent (-s) builds
Use --quiet configure argument when make is invoked with the -s (silent)
option.
2008-08-04 19:08:45 +00:00
Peter Korsgaard 2964bff64e i2c-tools: cleanup clean target 2008-08-04 19:08:41 +00:00
Peter Korsgaard bea4968d34 haserl: convert to Makefile.autotools.in format 2008-08-04 19:08:38 +00:00
Peter Korsgaard 3d4ac57987 Makefile.autotools.in: fix patch dir for version specific subdir 2008-08-04 19:08:35 +00:00
Peter Korsgaard a83393b2ee ethtool: don't specify STRIPPROG
The correct strip program gets picked up at configure time, so no need to
specify it at target install time.
2008-08-04 19:08:26 +00:00
Peter Korsgaard 5091a9fa6d lua: select readline / ncurses 2008-08-04 19:08:21 +00:00
Peter Korsgaard a908a97614 avahi: select expat 2008-08-04 19:08:15 +00:00
Peter Korsgaard adf57471b0 vpnc: select libgcrypt / libgpg_error 2008-08-04 19:08:12 +00:00
Peter Korsgaard 71d8b44878 argus: select libpcap 2008-08-04 19:08:09 +00:00
Peter Korsgaard f9bd1c85f3 ccache: expand help text 2008-08-04 19:08:06 +00:00
Peter Korsgaard 387a5491a2 ccache: cleanup configure args and respect BR2_HAVE_MANPAGES 2008-08-04 19:08:04 +00:00
Peter Korsgaard 3e59a44021 ccache: also remove target symlinks on clean 2008-08-04 19:08:01 +00:00
Peter Korsgaard 5d2d6d9705 ccache: cleanup config 2008-08-04 19:07:58 +00:00
Peter Korsgaard 3cec3b453a package: add package managers sub menu 2008-08-04 19:07:51 +00:00
Peter Korsgaard 21192c0d02 ltrace: expand help text 2008-08-04 19:07:48 +00:00
Peter Korsgaard db25729489 ethtool: convert to Makefile.autotools.in format 2008-08-04 19:07:45 +00:00
Peter Korsgaard 720c0ca5ba strace: convert to makefile.autotools.in format 2008-08-04 19:07:41 +00:00
Peter Korsgaard c30e297e33 strace: also remove from target-utils on clean 2008-08-04 19:07:38 +00:00
Peter Korsgaard 59b4626448 package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations 2008-08-04 19:07:36 +00:00
Peter Korsgaard d3ebf329ca uClibc-0.9.29: remove double ARM subarch selection from defconfig
uclibc.mk unconditionally adds the ARM subarch config entries to the
config so remove them from the defconfig.
2008-08-04 19:07:33 +00:00
Peter Korsgaard 96b42a4fd1 dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS 2008-08-04 19:07:29 +00:00
Peter Korsgaard 32de4ac2da kernel-headers: remove ancient versions 2008-08-04 19:07:26 +00:00
Peter Korsgaard d1a4923086 kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recent 2008-08-04 19:07:24 +00:00
Peter Korsgaard dc01863bce kernel-headers: add 2.6.26.x 2008-08-04 19:07:21 +00:00
Peter Korsgaard 60b5eee76e package: global largefile CFLAGS handling 2008-08-04 19:07:18 +00:00
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard fa0ac2de33 busybox: default HIDE_OTHERS to y for all versions
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
by default for the snapshot version.
2008-08-04 19:06:19 +00:00
Peter Korsgaard 62c21f8971 strace: fix LARGEFILE typo
Patch by Claus Klein.
2008-08-04 19:06:10 +00:00
Peter Korsgaard faeb17eac0 sed: fix CPPFLAGS typo
Patch by Claus Klein.
2008-08-04 19:04:05 +00:00
Peter Korsgaard bcad6288f5 Makefile.autotools.in: fix make source-check/external-deps differently
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-24 13:38:39 +00:00
Peter Korsgaard 0770fcc8a0 grep: make locale handling less verbose
As suggested by Bernhard.
2008-07-23 12:08:53 +00:00
Peter Korsgaard 653bf72926 grep: cleanup configure args 2008-07-23 10:35:59 +00:00
Peter Korsgaard 627d2ec9e6 grep: fix target install and clean 2008-07-23 10:35:56 +00:00
Peter Korsgaard 9a1526d7d9 grep: gettext/libintl is only required if locale is enabled 2008-07-23 10:35:53 +00:00
Peter Korsgaard a649ed0da0 gettext: also remove from staging on -clean 2008-07-23 10:35:50 +00:00
Peter Korsgaard 10d8ac5ed0 busybox: additional 1.11.1 fix 2008-07-23 06:01:50 +00:00
Peter Korsgaard 8bba7f0d67 vsftp: enable and fix linking
Patch by Wade Berrier.

It still errors out on sysdeputil.c for me, but this is no worse than
it was before, so committing.
2008-07-22 19:47:41 +00:00
Peter Korsgaard bca6a68ab4 which: convert to Makefile.autotools.in format 2008-07-22 14:11:01 +00:00
Peter Korsgaard e711739c9f which: install into /usr/bin 2008-07-22 13:59:42 +00:00
Peter Korsgaard 181fc86c50 which: strip target binary 2008-07-22 13:59:39 +00:00
Peter Korsgaard 367a7344bf which: needs readline
Patch by Wade Berrier.
2008-07-22 13:59:35 +00:00
Peter Korsgaard cb52bd0ddf busybox: 1.11.1 patches 2008-07-22 11:19:07 +00:00
Peter Korsgaard 658d9482ad sdl_mixer: run CONFIG_UPDATE on correct directory
The Makefile tried to update config.guess and config.sub in the wrong
directories, this patch updates the correct scripts making it possible to
compile on new systems.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-07-21 08:53:18 +00:00
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00