Thanks, applied as e320da8efe25e2a8b1dcc88cf7944f3a4b817d8e. Michael
[sent from post-receive hook] On Fri, 31 May 2024 08:08:29 +0200, Ian Abbott <[email protected]> wrote: > Only allow DASH_LINK_SH to be enabled if the /usr/bin/sh symbolic link > is not being installed by BusyBox (unless overridden by ALLYES). > Default to enabled if the link is not being installed by BusyBox. > > Signed-off-by: Ian Abbott <[email protected]> > Message-Id: <[email protected]> > [mol: simplify 'default'] > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/dash.in b/rules/dash.in > index 88ea87942f6e..16b57b78a5bd 100644 > --- a/rules/dash.in > +++ b/rules/dash.in > @@ -11,8 +11,13 @@ menuconfig DASH > > if DASH > > +comment "BusyBox sh is selected" > + depends on BUSYBOX && !BUSYBOX_SH_IS_NONE > + > config DASH_LINK_SH > bool > + depends on !BUSYBOX || BUSYBOX_SH_IS_NONE || ALLYES > + default y > prompt "link to /bin/sh" > help > Create a link "/bin/sh" that points to "/bin/dash". Select
