[Commits] : Tuxbox-GIT: cdk branch master updated. CVS-Final-9-gf466c83
Tuxbox Sources
Brought to you by:
dbt1
|
From: Thilo G. <tux...@ne...> - 2013-09-28 16:19:39
|
Project "Tuxbox-GIT: cdk":
The branch, master has been updated
via f466c8331cf4c01cc3064f5cc20924d0dc41fbf4 (commit)
from b6cf0c29568bf560ce0308ce2d3fdaec9df8c878 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f466c8331cf4c01cc3064f5cc20924d0dc41fbf4
Author: GetAway <get...@t-...>
Date: Mon Sep 23 20:11:38 2013 +0200
busybox: fix building without procps
Signed-off-by: Thilo Graf <db...@no...>
diff --git a/config/busybox.config.m4 b/config/busybox.config.m4
index 7b77688..b698dbe 100644
--- a/config/busybox.config.m4
+++ b/config/busybox.config.m4
@@ -928,7 +928,9 @@ ifdef(`procps',
`option(`CONFIG_PS', `y', `y')
option(`CONFIG_FEATURE_PS_WIDE', `n', `n')',
`# CONFIG_PS is not set
-# CONFIG_FEATURE_PS_WIDE is not set')
+# CONFIG_FEATURE_PS_WIDE is not set
+')
+# CONFIG_FEATURE_PS_LONG is not set
# CONFIG_FEATURE_PS_TIME is not set
# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set
# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set
-----------------------------------------------------------------------
Summary of changes:
config/busybox.config.m4 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
--
Tuxbox-GIT: cdk
|