bump version
[buildroot.git] / package / coreutils / Config.in
blobadc3782c113bc07fbaaab2b9c3f53100f1a848e0
1 config BR2_PACKAGE_COREUTILS
2         bool "coreutils"
3         default n
4         depends on BR2_USE_WCHAR
5         select BR2_UCLIBC_PROGRAM_INVOCATION
6         help
7           All of the basic file/text/shell utilities.  These are the 
8           core utilities which are expected to exist on every system.  
9           Busybox implements many of the most common.
11           Things like:
12           - chmod, cp, dd, dir, ls, etc...
13           - sort, tr, head, tail, wc, etc...
14           - whoami, who, etc...
16           http://www.gnu.org/software/coreutils/