diff options
author | Ron Yorston <rmy@pobox.com> | 2017-08-22 14:56:12 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-08-22 14:56:12 +0100 |
commit | ce9af1cc5ea23f754587448cf35b5120c77bfeef (patch) | |
tree | 69e5eaba5e75ab909ed92d5045393471b8ff3c13 /Config.in | |
parent | c170026700eabb10147dd848c45c06995b43a32e (diff) | |
parent | e837a0dbbebf4229306df98fe9ee3b9bb30630c4 (diff) | |
download | busybox-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.in | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -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 | ||
54 | config 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 | |||
54 | config INCLUDE_SUSv2 | 67 | config 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 | ||
369 | config 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 | |||
376 | config PLATFORM_LINUX | 382 | config 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 | |||
721 | source coreutils/Config.in | 727 | source coreutils/Config.in |
722 | source console-tools/Config.in | 728 | source console-tools/Config.in |
723 | source debianutils/Config.in | 729 | source debianutils/Config.in |
730 | source klibc-utils/Config.in | ||
724 | source editors/Config.in | 731 | source editors/Config.in |
725 | source findutils/Config.in | 732 | source findutils/Config.in |
726 | source init/Config.in | 733 | source init/Config.in |