diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-22 13:41:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-22 13:41:28 +0000 |
commit | a28dacafe429a7bec1e6a6e5172e1604e17afa14 (patch) | |
tree | 22242ac3a453f6e464c0656d65ccb92a90b891f6 | |
parent | 0ac40cb953bc163a2e8c21842121ea8b5e1509df (diff) | |
download | upstream-a28dacafe429a7bec1e6a6e5172e1604e17afa14.tar.gz upstream-a28dacafe429a7bec1e6a6e5172e1604e17afa14.tar.bz2 upstream-a28dacafe429a7bec1e6a6e5172e1604e17afa14.zip |
enable ps -w by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8946 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/busybox/config/procps/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in index 7c9ea619c1..ef0c6a2dcd 100644 --- a/package/busybox/config/procps/Config.in +++ b/package/busybox/config/procps/Config.in @@ -74,7 +74,7 @@ config BUSYBOX_CONFIG_PS config BUSYBOX_CONFIG_FEATURE_PS_WIDE bool "Enable argument for wide output (-w)" - default n + default y depends on BUSYBOX_CONFIG_PS help Support argument 'w' for wide output. |