Config.in 462 B

12345678910111213141516
  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.
  10. Things like:
  11. - chmod, cp, dd, dir, ls, etc...
  12. - sort, tr, head, tail, wc, etc...
  13. - whoami, who, etc...
  14. http://www.gnu.org/software/coreutils/