diff --git a/procps/ps.c b/procps/ps.c index 5b521aebd..2d4a05625 100644 --- a/procps/ps.c +++ b/procps/ps.c @@ -17,7 +17,7 @@ //config:config FEATURE_PS_WIDE //config: bool "Enable wide output (-w)" //config: default y -//config: depends on (PS || MINIPS) && !DESKTOP +//config: depends on PS && !DESKTOP //config: help //config: Support argument 'w' for wide output. //config: If given once, 132 chars are printed, and if given more @@ -26,7 +26,7 @@ //config:config FEATURE_PS_LONG //config: bool "Enable long output (-l)" //config: default y -//config: depends on (PS || MINIPS) && !DESKTOP +//config: depends on PS && !DESKTOP //config: help //config: Support argument 'l' for long output. //config: Adds fields PPID, RSS, START, TIME & TTY @@ -34,7 +34,7 @@ //config:config FEATURE_PS_TIME //config: bool "Enable -o time and -o etime specifiers" //config: default y -//config: depends on (PS || MINIPS) && DESKTOP +//config: depends on PS && DESKTOP //config: //config:config FEATURE_PS_UNUSUAL_SYSTEMS //config: bool "Support Linux prior to 2.4.0 and non-ELF systems" @@ -47,14 +47,13 @@ //config:config FEATURE_PS_ADDITIONAL_COLUMNS //config: bool "Enable -o rgroup, -o ruser, -o nice specifiers" //config: default y -//config: depends on (PS || MINIPS) && DESKTOP +//config: depends on PS && DESKTOP +//config:
// APPLET_NOEXEC:name main location suid_type help //applet:IF_PS( APPLET_NOEXEC(ps, ps, BB_DIR_BIN, BB_SUID_DROP, ps)) -//applet:IF_MINIPS(APPLET_NOEXEC(minips, ps, BB_DIR_BIN, BB_SUID_DROP, ps)) //kbuild:lib-$(CONFIG_PS) += ps.o -//kbuild:lib-$(CONFIG_MINIPS) += ps.o //usage:#if ENABLE_DESKTOP //usage:
_______________________________________________ busybox mailing list busybox@busybox.net https://lists.busybox.net/mailman/listinfo/busybox