aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-22 14:56:12 +0100
committerRon Yorston <rmy@pobox.com>2017-08-22 14:56:12 +0100
commitce9af1cc5ea23f754587448cf35b5120c77bfeef (patch)
tree69e5eaba5e75ab909ed92d5045393471b8ff3c13 /Config.in
parentc170026700eabb10147dd848c45c06995b43a32e (diff)
parente837a0dbbebf4229306df98fe9ee3b9bb30630c4 (diff)
downloadbusybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.gz
busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.bz2
busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in21
1 files changed, 14 insertions, 7 deletions
diff --git a/Config.in b/Config.in
index e131dafaf..ba7ba1026 100644
--- a/Config.in
+++ b/Config.in
@@ -51,6 +51,19 @@ config EXTRA_COMPAT
51 some GNU extensions in libc. You probably only need this option 51 some GNU extensions in libc. You probably only need this option
52 if you plan to run busybox on desktop. 52 if you plan to run busybox on desktop.
53 53
54config FEDORA_COMPAT
55 bool "Building for Fedora distribution"
56 default n
57 help
58 This option makes some tools behave like they do on Fedora.
59
60 At the time of this writing (2017-08) this only affects uname:
61 normally, uname -p (processor) and uname -i (platform)
62 are shown as "unknown", but with this option uname -p
63 shows the same string as uname -m (machine type),
64 and so does uname -i unless machine type is i486/i586/i686 -
65 then uname -i shows "i386".
66
54config INCLUDE_SUSv2 67config INCLUDE_SUSv2
55 bool "Enable obsolete features removed before SUSv3" 68 bool "Enable obsolete features removed before SUSv3"
56 default y 69 default y
@@ -366,13 +379,6 @@ config FEATURE_SYSLOG
366 #This option is auto-selected when you select any applet which may 379 #This option is auto-selected when you select any applet which may
367 #send its output to syslog. You do not need to select it manually. 380 #send its output to syslog. You do not need to select it manually.
368 381
369config FEATURE_HAVE_RPC
370 bool #No description makes it a hidden option
371 default n
372 #help
373 #This is automatically selected if any of enabled applets need it.
374 #You do not need to select it manually.
375
376config PLATFORM_LINUX 382config PLATFORM_LINUX
377 bool #No description makes it a hidden option 383 bool #No description makes it a hidden option
378 default n 384 default n
@@ -721,6 +727,7 @@ source archival/Config.in
721source coreutils/Config.in 727source coreutils/Config.in
722source console-tools/Config.in 728source console-tools/Config.in
723source debianutils/Config.in 729source debianutils/Config.in
730source klibc-utils/Config.in
724source editors/Config.in 731source editors/Config.in
725source findutils/Config.in 732source findutils/Config.in
726source init/Config.in 733source init/Config.in