mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.
This commit is contained in:
parent
77ad97f199
commit
9305cdddbf
18
Config.in
18
Config.in
@ -13,22 +13,6 @@ menu "Busybox Settings"
|
|||||||
|
|
||||||
menu "General Configuration"
|
menu "General Configuration"
|
||||||
|
|
||||||
config NITPICK
|
|
||||||
bool "See lots more (probably unnecessary) configuration options."
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Some BusyBox applets have more configuration options than anyone
|
|
||||||
will ever care about. To avoid drowining people in complexity, most
|
|
||||||
of the applet features that can be set to a sane default value are
|
|
||||||
hidden, unless you hit the above switch.
|
|
||||||
|
|
||||||
This is better than to telling people to edit the busybox source
|
|
||||||
code, but not by much.
|
|
||||||
|
|
||||||
See http://en.wikipedia.org/wiki/Fibber_McGee_and_Molly#The_Closet
|
|
||||||
|
|
||||||
You have been warned.
|
|
||||||
|
|
||||||
config DESKTOP
|
config DESKTOP
|
||||||
bool "Enable options for full-blown desktop systems"
|
bool "Enable options for full-blown desktop systems"
|
||||||
default n
|
default n
|
||||||
@ -40,7 +24,6 @@ config DESKTOP
|
|||||||
choice
|
choice
|
||||||
prompt "Buffer allocation policy"
|
prompt "Buffer allocation policy"
|
||||||
default FEATURE_BUFFERS_USE_MALLOC
|
default FEATURE_BUFFERS_USE_MALLOC
|
||||||
depends on NITPICK
|
|
||||||
help
|
help
|
||||||
There are 3 ways BusyBox can handle buffer allocations:
|
There are 3 ways BusyBox can handle buffer allocations:
|
||||||
- Use malloc. This costs code size for the call to xmalloc.
|
- Use malloc. This costs code size for the call to xmalloc.
|
||||||
@ -130,7 +113,6 @@ config FEATURE_DEVPTS
|
|||||||
config FEATURE_CLEAN_UP
|
config FEATURE_CLEAN_UP
|
||||||
bool "Clean up all memory before exiting (usually not needed)"
|
bool "Clean up all memory before exiting (usually not needed)"
|
||||||
default n
|
default n
|
||||||
depends on NITPICK
|
|
||||||
help
|
help
|
||||||
As a size optimization, busybox normally exits without explicitly
|
As a size optimization, busybox normally exits without explicitly
|
||||||
freeing dynamically allocated memory or closing files. This saves
|
freeing dynamically allocated memory or closing files. This saves
|
||||||
|
@ -12,7 +12,6 @@ CONFIG_HAVE_DOT_CONFIG=y
|
|||||||
#
|
#
|
||||||
# General Configuration
|
# General Configuration
|
||||||
#
|
#
|
||||||
CONFIG_NITPICK=y
|
|
||||||
CONFIG_DESKTOP=y
|
CONFIG_DESKTOP=y
|
||||||
CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
|
CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
|
||||||
# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
|
# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
|
||||||
|
@ -92,7 +92,7 @@ config MODPROBE
|
|||||||
|
|
||||||
config FEATURE_MODPROBE_MULTIPLE_OPTIONS
|
config FEATURE_MODPROBE_MULTIPLE_OPTIONS
|
||||||
bool
|
bool
|
||||||
prompt "Multiple options parsing" if NITPICK
|
prompt "Multiple options parsing"
|
||||||
default y
|
default y
|
||||||
depends on MODPROBE
|
depends on MODPROBE
|
||||||
help
|
help
|
||||||
@ -109,7 +109,7 @@ config FEATURE_MODPROBE_MULTIPLE_OPTIONS
|
|||||||
|
|
||||||
config FEATURE_MODPROBE_FANCY_ALIAS
|
config FEATURE_MODPROBE_FANCY_ALIAS
|
||||||
bool
|
bool
|
||||||
prompt "Fancy alias parsing" if NITPICK
|
prompt "Fancy alias parsing"
|
||||||
default y
|
default y
|
||||||
depends on MODPROBE && FEATURE_2_6_MODULES
|
depends on MODPROBE && FEATURE_2_6_MODULES
|
||||||
help
|
help
|
||||||
|
@ -12,7 +12,6 @@ CONFIG_HAVE_DOT_CONFIG=y
|
|||||||
#
|
#
|
||||||
# General Configuration
|
# General Configuration
|
||||||
#
|
#
|
||||||
CONFIG_NITPICK=y
|
|
||||||
# CONFIG_DESKTOP is not set
|
# CONFIG_DESKTOP is not set
|
||||||
CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
|
CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
|
||||||
# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
|
# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user