From f902d900e13b865f7a2888cd92b7e8797dd7720c Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Thu, 29 Apr 2021 13:46:24 +0900 Subject: [PATCH] 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 --- netutils/dhcpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netutils/dhcpc/Kconfig b/netutils/dhcpc/Kconfig index 4b0f3df02..8c2cf4c74 100644 --- a/netutils/dhcpc/Kconfig +++ b/netutils/dhcpc/Kconfig @@ -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.