package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / coreutils / Config.in
blobd9f614a0049c72ec4839b4af2a63f9657a9b7b33
1 config BR2_PACKAGE_COREUTILS
2         bool "coreutils"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         help
6           All of the basic file/text/shell utilities. These are the
7           core utilities which are expected to exist on every system.
8           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...
15           http://www.gnu.org/software/coreutils/
17 comment "coreutils needs a toolchain w/ wchar"
18         depends on BR2_USE_MMU
19         depends on !BR2_USE_WCHAR