aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-03 03:46:14 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-03 03:46:14 +0200
commit663ae52676eae3b0fdc6bb968ff6497279a034a4 (patch)
tree49d8011eebedc3a6c47b7c8703b2b6e640f6fb0c /Config.in
parent819b47aa357c33bf84919495795b36f8c1faa3ac (diff)
downloadbusybox-663ae52676eae3b0fdc6bb968ff6497279a034a4.tar.gz
config: FEDORA_COMPAT option (so far only tweaks uname)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index acd3cb883..1bc214e44 100644
--- a/Config.in
+++ b/Config.in
@@ -37,6 +37,19 @@ config EXTRA_COMPAT
some GNU extensions in libc. You probably only need this option
if you plan to run busybox on desktop.
+config FEDORA_COMPAT
+ bool "Building for Fedora distribution"
+ default n
+ help
+ This option makes some tools behave like they do on Fedora.
+
+ At the time of this writing (2017-08) this only affects uname:
+ normally, uname -p (processor) and uname -i (platform)
+ are shown as "unknown", but with this option uname -p
+ shows the same string as uname -m (machine type),
+ and so does uname -i unless machine type is i486/i586/i686 -
+ then uname -i shows "i386".
+
config INCLUDE_SUSv2
bool "Enable obsolete features removed before SUSv3"
default y