- hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default.
I will revisit this and make sure that run-parts and ifupdown are fixed; hdparm needs treatment too..
This commit is contained in:
parent
f5efa7bfeb
commit
747041955e
12
Config.in
12
Config.in
@ -104,11 +104,13 @@ config CONFIG_LOCALE_SUPPORT
|
|||||||
busybox to support locale settings.
|
busybox to support locale settings.
|
||||||
|
|
||||||
config CONFIG_GETOPT_LONG
|
config CONFIG_GETOPT_LONG
|
||||||
bool "Enable support for --long-options"
|
bool
|
||||||
default n
|
default y
|
||||||
help
|
# bool "Enable support for --long-options"
|
||||||
Enable this if you want busybox applets to use the gnu --long-option
|
# default n
|
||||||
style, in addition to single character -a -b -c style options.
|
# help
|
||||||
|
# Enable this if you want busybox applets to use the gnu --long-option
|
||||||
|
# style, in addition to single character -a -b -c style options.
|
||||||
|
|
||||||
config CONFIG_FEATURE_DEVPTS
|
config CONFIG_FEATURE_DEVPTS
|
||||||
bool "Use the devpts filesystem for Unix98 PTYs"
|
bool "Use the devpts filesystem for Unix98 PTYs"
|
||||||
|
Loading…
Reference in New Issue
Block a user