netutils: dhcpc: Fix Kconfig for the usrsock
Summary: - This commit fixes the renew command with the usrsock Impact: - None Testing: - Tested with spresense:wifi and esp32-devkitc:wapi Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
844b193713
commit
f902d900e1
@ -7,7 +7,7 @@ config NETUTILS_DHCPC
|
||||
bool "DHCP client"
|
||||
default n
|
||||
depends on NET_UDP && NET_BROADCAST && NET_IPv4
|
||||
select NET_UDP_BINDTODEVICE
|
||||
select NET_UDP_BINDTODEVICE if !NET_UDP_NO_STACK
|
||||
---help---
|
||||
Enable support for the DHCP client.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user