diff options
author | Ron Yorston <rmy@pobox.com> | 2020-08-03 10:02:58 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-08-03 10:02:58 +0100 |
commit | 8b47fa3e20606a03cb2b9e79a329214a69add325 (patch) | |
tree | 3ab7cb6e56bdce333e780da1129bb365edf409bf /procps/ps.c | |
parent | fa01fef468cd2065ff56f1d2d7e7925f875675c7 (diff) | |
download | busybox-w32-8b47fa3e20606a03cb2b9e79a329214a69add325.tar.gz busybox-w32-8b47fa3e20606a03cb2b9e79a329214a69add325.tar.bz2 busybox-w32-8b47fa3e20606a03cb2b9e79a329214a69add325.zip |
build system: reinstate PLATFORM_LINUX
Removing 'select PLATFORM_LINUX' from ps and stat has no material
effect: it just causes match_fstype.o to be built needlessly.
Remove this difference from upstream.
Diffstat (limited to 'procps/ps.c')
-rw-r--r-- | procps/ps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/ps.c b/procps/ps.c index a4de11379..22905ddff 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -33,6 +33,7 @@ | |||
33 | //config: | 33 | //config: |
34 | //config:config FEATURE_PS_TIME | 34 | //config:config FEATURE_PS_TIME |
35 | //config: bool "Enable -o time and -o etime specifiers" | 35 | //config: bool "Enable -o time and -o etime specifiers" |
36 | //config: select PLATFORM_LINUX # statfs() | ||
36 | //config: default y | 37 | //config: default y |
37 | //config: depends on (PS || MINIPS) && DESKTOP | 38 | //config: depends on (PS || MINIPS) && DESKTOP |
38 | //config: | 39 | //config: |