aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-03-04 20:09:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-03-04 20:09:58 +0000
commitbac0472b04ce4cecc6821b1ccc6609d3b8e63f05 (patch)
treee25d24fba72828944101e216e373fbe8a024a067
parent573b492ebea6b4a6d1758867b55d0310f45b088b (diff)
downloadmaster-187ad058-bac0472b04ce4cecc6821b1ccc6609d3b8e63f05.tar.gz
master-187ad058-bac0472b04ce4cecc6821b1ccc6609d3b8e63f05.tar.bz2
master-187ad058-bac0472b04ce4cecc6821b1ccc6609d3b8e63f05.zip
[package] busybox: enable ps wide flag by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30812 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/busybox/Makefile4
-rw-r--r--package/busybox/config/procps/Config.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 528631a249..41e7d40bd3 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2011 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.19.3
-PKG_RELEASE:=9
+PKG_RELEASE:=10
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
diff --git a/package/busybox/config/procps/Config.in b/package/busybox/config/procps/Config.in
index a42fdca0c0..25eb3e5456 100644
--- a/package/busybox/config/procps/Config.in
+++ b/package/busybox/config/procps/Config.in
@@ -145,7 +145,7 @@ config BUSYBOX_CONFIG_PS
config BUSYBOX_CONFIG_FEATURE_PS_WIDE
bool "Enable wide output option (-w)"
- default n
+ default y
depends on BUSYBOX_CONFIG_PS
help
Support argument 'w' for wide output.