enable ps -w by default
SVN-Revision: 8946
This commit is contained in:
parent
295baddb22
commit
9de337e21d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ config BUSYBOX_CONFIG_PS
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_PS_WIDE
|
config BUSYBOX_CONFIG_FEATURE_PS_WIDE
|
||||||
bool "Enable argument for wide output (-w)"
|
bool "Enable argument for wide output (-w)"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_PS
|
depends on BUSYBOX_CONFIG_PS
|
||||||
help
|
help
|
||||||
Support argument 'w' for wide output.
|
Support argument 'w' for wide output.
|
||||||
|
|
Loading…
Reference in a new issue