On Sun, Jun 20, 2021 at 07:10:44PM +0200, Roland Hieber wrote: > If this package is selected, it is probably because of the server, of > because the busybox DHCP client was not powerful enough.
Hmm, it's often either of the two, not both. So you would need to change something anyways. And if both are disabled then it's actually noticeable at runtime. If it's enabled by default then changes are that nobody notices that something should be disabled. Michael > > Signed-off-by: Roland Hieber <[email protected]> > --- > rules/dhcp.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/rules/dhcp.in b/rules/dhcp.in > index 7eefb16c6414..859b939eebc9 100644 > --- a/rules/dhcp.in > +++ b/rules/dhcp.in > @@ -20,6 +20,7 @@ if DHCP > > config DHCP_SERVER > bool > + default y > prompt "DHCP Server dhcpd" > help > This is the main component of the DHCP server, the daemon process > @@ -30,6 +31,7 @@ config DHCP_SERVER > > config DHCP_CLIENT > bool > + default y > prompt "DHCP Client dhclient" > help > This is a client process to provide the system it runs on > -- > 2.29.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://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]
