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 | |||
630 | help | 630 | help |
631 | uname is used to print system information. | 631 | uname is used to print system information. |
632 | 632 | ||
633 | config UNAME_OSNAME | ||
634 | string "Operating system name" | ||
635 | default "GNU/Linux" | ||
636 | depends on UNAME | ||
637 | help | ||
638 | Sets the operating system name reported by uname -o. The | ||
639 | default is "GNU/Linux". | ||
640 | |||
633 | config UNEXPAND | 641 | config UNEXPAND |
634 | bool "unexpand" | 642 | bool "unexpand" |
635 | default y | 643 | default y |