masayuki2009 commented on pull request #696:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/696#issuecomment-828935845
I found how to fix the issue with spresense:wifi
I will send a separate PR later.
```
diff --git a/netutils/dhcpc/Kconfig b/netutils/dhcpc/Kconfig
index 4b0f3df0..8c2cf4c7 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.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]