On Fri, Jun 25, 2021 at 09:58:18AM +0200, Michael Olbrich wrote: > On Sun, Jun 20, 2021 at 07:10:45PM +0200, Roland Hieber wrote: > > Signed-off-by: Roland Hieber <[email protected]> > > --- > > rules/dhcp.in | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/rules/dhcp.in b/rules/dhcp.in > > index 859b939eebc9..06ba29080f2c 100644 > > --- a/rules/dhcp.in > > +++ b/rules/dhcp.in > > @@ -1,4 +1,8 @@ > > ## SECTION=networking > > + > > +comment "Note: no DHCP binaries are currently selected" > > + depends on DHCP && !DHCP_SERVER && !DHCP_CLIENT && !DHCP_RELAY > > + > > I think this should be below the 'dhcp' entry in the menu.
Yes, I think so too, but I couldn't get it to work, it always showed up in the isc-dhcp submenu even when I added it after the "endif" :-/ - Roland > > Michael > > > menuconfig DHCP > > tristate > > prompt "dhcp " > > -- > > 2.29.2 -- Roland Hieber, Pengutronix e.K. | [email protected] | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
