Config.in 575 B

1234567891011121314151617
  1. config BR2_PACKAGE_COREUTILS
  2. bool "coreutils"
  3. depends on BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION
  4. help
  5. All of the basic file/text/shell utilities. These are the
  6. core utilities which are expected to exist on every system.
  7. Busybox implements many of the most common.
  8. Things like:
  9. - chmod, cp, dd, dir, ls, etc...
  10. - sort, tr, head, tail, wc, etc...
  11. - whoami, who, etc...
  12. http://www.gnu.org/software/coreutils/
  13. comment "coreutils requires a toolchain with WCHAR and PROGRAM_INVOCATION support"
  14. depends on !(BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION)