build system: no longer prompt for PLATFORM_LINUX option
With the new "select PLATFORM_LINUX" mechanism
(commit e3b1a1fd28
), the PLATFORM_LINUX
option alone no longer has any purpose of changing program behavior or
affecting compiled code. So there is no longer need to prompt user of
this config question.
Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d5e7ff0292
commit
4d06b31453
22
Config.in
22
Config.in
@ -50,17 +50,6 @@ config USE_PORTABLE_CODE
|
|||||||
compiler other than gcc.
|
compiler other than gcc.
|
||||||
If you do use gcc, this option may needlessly increase code size.
|
If you do use gcc, this option may needlessly increase code size.
|
||||||
|
|
||||||
config PLATFORM_LINUX
|
|
||||||
bool "Enable Linux-specific applets and features"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
For the most part, busybox requires only POSIX compatibility
|
|
||||||
from the target system, but some applets and features use
|
|
||||||
Linux-specific interfaces.
|
|
||||||
|
|
||||||
Answering 'N' here will disable such applets and hide the
|
|
||||||
corresponding configuration options.
|
|
||||||
|
|
||||||
config SHOW_USAGE
|
config SHOW_USAGE
|
||||||
bool "Show applet usage messages"
|
bool "Show applet usage messages"
|
||||||
default y
|
default y
|
||||||
@ -338,6 +327,17 @@ config FEATURE_HAVE_RPC
|
|||||||
# This is automatically selected if any of enabled applets need it.
|
# This is automatically selected if any of enabled applets need it.
|
||||||
# You do not need to select it manually.
|
# You do not need to select it manually.
|
||||||
|
|
||||||
|
config PLATFORM_LINUX
|
||||||
|
bool #No description makes it a hidden option
|
||||||
|
default n
|
||||||
|
#help
|
||||||
|
# For the most part, busybox requires only POSIX compatibility
|
||||||
|
# from the target system, but some applets and features use
|
||||||
|
# Linux-specific interfaces.
|
||||||
|
#
|
||||||
|
# This is automatically selected if any applet or feature requires
|
||||||
|
# Linux-specific interfaces. You do not need to select it manually.
|
||||||
|
|
||||||
comment 'Build Options'
|
comment 'Build Options'
|
||||||
|
|
||||||
config STATIC
|
config STATIC
|
||||||
|
Loading…
Reference in New Issue
Block a user