Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/device: enable uclibc globbing support | Peter Korsgaard | 2008-08-14 | 3 | -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 version | Peter Korsgaard | 2008-08-08 | 1 | -1/+5 |
| | | | | fixes dns spoofing vulnerability. | ||||
* | busybox: fix missing dependencies in unpacked and config rules | Peter Korsgaard | 2008-08-06 | 1 | -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 patches | Peter Korsgaard | 2008-08-06 | 2 | -2/+159 |
| | |||||
* | Makefile.autotools.in: remove extra newlines in MESSAGE macro | Peter Korsgaard | 2008-08-04 | 1 | -3/+1 |
| | |||||
* | Makefile.autotools.in: quiet configure on silent (-s) builds | Peter Korsgaard | 2008-08-04 | 1 | -0/+1 |
| | | | | | Use --quiet configure argument when make is invoked with the -s (silent) option. | ||||
* | i2c-tools: cleanup clean target | Peter Korsgaard | 2008-08-04 | 1 | -4/+1 |
| | |||||
* | haserl: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-08-04 | 2 | -48/+9 |
| | |||||
* | Makefile.autotools.in: fix patch dir for version specific subdir | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | |||||
* | ethtool: don't specify STRIPPROG | Peter Korsgaard | 2008-08-04 | 1 | -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 / ncurses | Peter Korsgaard | 2008-08-04 | 1 | -5/+2 |
| | |||||
* | avahi: select expat | Peter Korsgaard | 2008-08-04 | 1 | -5/+1 |
| | |||||
* | vpnc: select libgcrypt / libgpg_error | Peter Korsgaard | 2008-08-04 | 1 | -5/+2 |
| | |||||
* | argus: select libpcap | Peter Korsgaard | 2008-08-04 | 1 | -4/+1 |
| | |||||
* | ccache: expand help text | Peter Korsgaard | 2008-08-04 | 1 | -2/+7 |
| | |||||
* | ccache: cleanup configure args and respect BR2_HAVE_MANPAGES | Peter Korsgaard | 2008-08-04 | 1 | -10/+3 |
| | |||||
* | ccache: also remove target symlinks on clean | Peter Korsgaard | 2008-08-04 | 1 | -1/+2 |
| | |||||
* | ccache: cleanup config | Peter Korsgaard | 2008-08-04 | 1 | -2/+2 |
| | |||||
* | package: add package managers sub menu | Peter Korsgaard | 2008-08-04 | 1 | -3/+14 |
| | |||||
* | ltrace: expand help text | Peter Korsgaard | 2008-08-04 | 1 | -0/+3 |
| | |||||
* | ethtool: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-08-04 | 1 | -46/+7 |
| | |||||
* | strace: convert to makefile.autotools.in format | Peter Korsgaard | 2008-08-04 | 1 | -65/+12 |
| | |||||
* | strace: also remove from target-utils on clean | Peter Korsgaard | 2008-08-04 | 1 | -1/+2 |
| | |||||
* | package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations | Peter Korsgaard | 2008-08-04 | 1 | -11/+1 |
| | |||||
* | uClibc-0.9.29: remove double ARM subarch selection from defconfig | Peter Korsgaard | 2008-08-04 | 1 | -16/+0 |
| | | | | | uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig. | ||||
* | dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS | Peter Korsgaard | 2008-08-04 | 1 | -0/+2 |
| | |||||
* | kernel-headers: remove ancient versions | Peter Korsgaard | 2008-08-04 | 1 | -30/+0 |
| | |||||
* | kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recent | Peter Korsgaard | 2008-08-04 | 1 | -1/+2 |
| | |||||
* | kernel-headers: add 2.6.26.x | Peter Korsgaard | 2008-08-04 | 1 | -1/+5 |
| | |||||
* | package: global largefile CFLAGS handling | Peter Korsgaard | 2008-08-04 | 8 | -37/+11 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 119 | -244/+244 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | busybox: default HIDE_OTHERS to y for all versions | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version. | ||||
* | strace: fix LARGEFILE typo | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | Patch by Claus Klein. | ||||
* | sed: fix CPPFLAGS typo | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | Patch by Claus Klein. | ||||
* | Makefile.autotools.in: fix make source-check/external-deps differently | Peter Korsgaard | 2008-07-24 | 2 | -2/+2 |
| | | | | | | | | 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. | ||||
* | grep: make locale handling less verbose | Peter Korsgaard | 2008-07-23 | 1 | -6/+3 |
| | | | | As suggested by Bernhard. | ||||
* | grep: cleanup configure args | Peter Korsgaard | 2008-07-23 | 1 | -11/+1 |
| | |||||
* | grep: fix target install and clean | Peter Korsgaard | 2008-07-23 | 1 | -12/+7 |
| | |||||
* | grep: gettext/libintl is only required if locale is enabled | Peter Korsgaard | 2008-07-23 | 2 | -4/+8 |
| | |||||
* | gettext: also remove from staging on -clean | Peter Korsgaard | 2008-07-23 | 1 | -0/+1 |
| | |||||
* | busybox: additional 1.11.1 fix | Peter Korsgaard | 2008-07-23 | 1 | -0/+12 |
| | |||||
* | vsftp: enable and fix linking | Peter Korsgaard | 2008-07-22 | 2 | -1/+6 |
| | | | | | | | Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing. | ||||
* | which: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-07-22 | 1 | -47/+7 |
| | |||||
* | which: install into /usr/bin | Peter Korsgaard | 2008-07-22 | 1 | -2/+3 |
| | |||||
* | which: strip target binary | Peter Korsgaard | 2008-07-22 | 1 | -1/+2 |
| | |||||
* | which: needs readline | Peter Korsgaard | 2008-07-22 | 1 | -0/+1 |
| | | | | Patch by Wade Berrier. | ||||
* | busybox: 1.11.1 patches | Peter Korsgaard | 2008-07-22 | 2 | -0/+62 |
| | |||||
* | sdl_mixer: run CONFIG_UPDATE on correct directory | Peter Korsgaard | 2008-07-21 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 639 | -868/+1 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | fuse: fix target install | Peter Korsgaard | 2008-07-17 | 1 | -2/+2 |
| | | | | Also copy libfuse.so symlink so fuse target isn't considered out of date |