diff options
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 02155d220..ffbef1a31 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -630,6 +630,14 @@ config UNAME help uname is used to print system information. +config UNAME_OSNAME + string "Operating system name" + default "GNU/Linux" + depends on UNAME + help + Sets the operating system name reported by uname -o. The + default is "GNU/Linux". + config UNEXPAND bool "unexpand" default y |