aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
authorRon Yorston <rmy@frippery.org>2015-07-12 16:06:37 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-08-03 18:09:18 +0200
commit64ed5f0d3c5eefbb208d4a334654834c78be2cbd (patch)
tree78b7a32dfb2162234c9c70b982317d9f2aa520df /coreutils/Config.src
parentb27cf31003774e5aa13491ccb8f1f0721dc5b920 (diff)
downloadbusybox-w32-64ed5f0d3c5eefbb208d4a334654834c78be2cbd.tar.gz
busybox-w32-64ed5f0d3c5eefbb208d4a334654834c78be2cbd.tar.bz2
busybox-w32-64ed5f0d3c5eefbb208d4a334654834c78be2cbd.zip
uname: make OS name configurable
A mailing list thread in September 2013 discussed changing the string returned by the non-POSIX 'uname -o' option. Nothing ever came of this because there was no agreement as to what the string should be. Make the string configurable so that people can decide for themselves. Signed-off-by: Ron Yorston <rmy@frippery.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r--coreutils/Config.src8
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
633config 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
633config UNEXPAND 641config UNEXPAND
634 bool "unexpand" 642 bool "unexpand"
635 default y 643 default y