diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-03 03:46:14 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-03 03:46:14 +0200 |
commit | 663ae52676eae3b0fdc6bb968ff6497279a034a4 (patch) | |
tree | 49d8011eebedc3a6c47b7c8703b2b6e640f6fb0c /Config.in | |
parent | 819b47aa357c33bf84919495795b36f8c1faa3ac (diff) | |
download | busybox-w32-663ae52676eae3b0fdc6bb968ff6497279a034a4.tar.gz busybox-w32-663ae52676eae3b0fdc6bb968ff6497279a034a4.tar.bz2 busybox-w32-663ae52676eae3b0fdc6bb968ff6497279a034a4.zip |
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.in | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -37,6 +37,19 @@ config EXTRA_COMPAT | |||
37 | some GNU extensions in libc. You probably only need this option | 37 | some GNU extensions in libc. You probably only need this option |
38 | if you plan to run busybox on desktop. | 38 | if you plan to run busybox on desktop. |
39 | 39 | ||
40 | config FEDORA_COMPAT | ||
41 | bool "Building for Fedora distribution" | ||
42 | default n | ||
43 | help | ||
44 | This option makes some tools behave like they do on Fedora. | ||
45 | |||
46 | At the time of this writing (2017-08) this only affects uname: | ||
47 | normally, uname -p (processor) and uname -i (platform) | ||
48 | are shown as "unknown", but with this option uname -p | ||
49 | shows the same string as uname -m (machine type), | ||
50 | and so does uname -i unless machine type is i486/i586/i686 - | ||
51 | then uname -i shows "i386". | ||
52 | |||
40 | config INCLUDE_SUSv2 | 53 | config INCLUDE_SUSv2 |
41 | bool "Enable obsolete features removed before SUSv3" | 54 | bool "Enable obsolete features removed before SUSv3" |
42 | default y | 55 | default y |