diff options
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in index ca130e971..738fab2f9 100644 --- a/package/coreutils/Config.in +++ b/package/coreutils/Config.in @@ -2,7 +2,9 @@ config BR2_PACKAGE_COREUTILS bool "coreutils" default n help - All of the basic file/text/shell utilities. + All of the basic file/text/shell utilities. These are the + core utilities which are expected to exist on every system. + Busybox implements many of the most common. Things like: - chmod, cp, dd, dir, ls, etc... |