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"
|
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
|
select NET_UDP_BINDTODEVICE if !NET_UDP_NO_STACK
|
||||||
---help---
|
---help---
|
||||||
Enable support for the DHCP client.
|
Enable support for the DHCP client.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user