@@ -1,6 +1,7 @@
config BR2_PACKAGE_COREUTILS
bool "coreutils"
default n
+ depends on BR2_USE_WCHAR
help
All of the basic file/text/shell utilities. These are the
core utilities which are expected to exist on every system.
config BR2_PACKAGE_FINDUTILS
bool "findutils"
Basic directory searching utilities. Provides the
common 'find', 'xargs', 'locate', and 'updatedb' binaries.
config BR2_PACKAGE_GAWK
bool "gawk"
A special-purpose programming language which is data driven
rather than procedural. Allows for simple data-reformatting jobs
config BR2_PACKAGE_SED
bool "sed"
Super-useful stream editor.
config BR2_PACKAGE_TAR
bool "tar"
A program that saves many files together into a single tape or disk
archive, and can restore individual files from the archive.