summaryrefslogtreecommitdiff
path: root/package/coreutils/Config.in
AgeCommit message (Collapse)Author
2009-03-01tar/coreutils: use depends rather than select for toolchain optionsPeter 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-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-08-15Allow user to configure PROGRAM_INVOCATION_NAMEUlf Samuelsson
2007-08-12Avoid building packages requiring WCHAR, when not enabledUlf Samuelsson
2004-12-24merge help descriptions written by Tom CameronMike Frysinger
2004-10-14help textMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen