Thanks, applied as 08b96ff5b6111b95f47062aa90042a6447f0fe25. Michael
[sent from post-receive hook] On Tue, 24 Sep 2024 17:07:53 +0200, Bastian Krause <[email protected]> wrote: > Signed-off-by: Bastian Krause <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/procps.in b/rules/procps.in > index 1084ede59e2a..1d8c9e35c413 100644 > --- a/rules/procps.in > +++ b/rules/procps.in > @@ -48,6 +48,12 @@ config PROCPS_PGREP > comment "busybox' pgrep is selected!" > depends on BUSYBOX_PGREP > > +config PROCPS_PIDWAIT > + bool > + prompt "pidwait" > + help > + The pidwait program can wait for running processes. > + > config PROCPS_PIDOF > bool > prompt "pidof" > diff --git a/rules/procps.make b/rules/procps.make > index 40110d909862..44153fe060dc 100644 > --- a/rules/procps.make > +++ b/rules/procps.make > @@ -89,6 +89,9 @@ endif > ifdef PTXCONF_PROCPS_PIDOF > @$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pidof) > endif > +ifdef PTXCONF_PROCPS_PIDWAIT > + @$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pidwait) > +endif > ifdef PTXCONF_PROCPS_PKILL > @$(call install_copy, procps, 0, 0, 0755, -, /usr/bin/pkill) > endif
