apps/netutils/dhcpc/Kconfig: Auto-select CONFIG_NET_UDP_BINDTODEVICE
DHCPC depends on CONFIG_NET_UDP_BINDTODEVICE in many cases. Safest thing is to just auto-select it whenever DHCPC is selected.
This commit is contained in:
parent
5b26068635
commit
844b193713
@ -7,6 +7,7 @@ config NETUTILS_DHCPC
|
|||||||
bool "DHCP client"
|
bool "DHCP client"
|
||||||
default n
|
default n
|
||||||
depends on NET_UDP && NET_BROADCAST && NET_IPv4
|
depends on NET_UDP && NET_BROADCAST && NET_IPv4
|
||||||
|
select NET_UDP_BINDTODEVICE
|
||||||
---help---
|
---help---
|
||||||
Enable support for the DHCP client.
|
Enable support for the DHCP client.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user