mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
busybox: add ps -ef option for docker top command
This commit is contained in:
parent
51143b4c75
commit
bac469f0ba
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=busybox
|
||||
PKG_VERSION:=1.31.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_FLAGS:=essential
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- a/procps/ps.c
|
||||
+++ a/procps/ps.c
|
||||
@@ -665,7 +665,7 @@
|
||||
int w_count = 0;
|
||||
make_all_argv_opts(argv);
|
||||
opts = getopt32(argv, "^"
|
||||
- IF_SELINUX("Z")IF_FEATURE_SHOW_THREADS("T")IF_FEATURE_PS_LONG("l")"w"
|
||||
+ IF_SELINUX("Z")IF_FEATURE_SHOW_THREADS("T")IF_FEATURE_PS_LONG("l")"w""e""f"
|
||||
"\0" "ww",
|
||||
&w_count
|
||||
);
|
Loading…
Reference in New Issue
Block a user