Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PROGRAM_INVOCATION handling with external toolchains | Thomas Petazzoni | 2009-07-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option, like BR2_INET_IPV6, BR2_INET_RPC, on which some packages depend. Therefore, it should be handled like BR2_INET_IPV6 and BR2_INET_RPC in order to work properly with external toolchains. Since we move it out of toolchain/uClibc/Config.in into toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION (since BR2_INET_RPC and others don't have UCLIBC in their name). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | tar/coreutils: use depends rather than select for toolchain options | Peter Korsgaard | 2009-03-01 | 1 | -2/+4 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Allow user to configure PROGRAM_INVOCATION_NAME | Ulf Samuelsson | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | Avoid building packages requiring WCHAR, when not enabled | Ulf Samuelsson | 2007-08-12 | 1 | -0/+1 |
| | |||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+4 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 1 | -0/+8 |