mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/dhcp6c: add NET_ICMPv6_AUTOCONF dependency
Previously the build failed if NET_ICMPv6_AUTOCONF was disabled (due to the missing `netlib_obtain_ipv6addr` symbol). Closes: #2412
This commit is contained in:
parent
a14429296e
commit
d35dd65727
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ config SYSTEM_DHCPC_RENEW6
|
|||
tristate "DHCP IPv6 Address Renewal"
|
||||
default n
|
||||
select NETUTILS_DHCP6C
|
||||
depends on NET_UDP && NET_IPv6
|
||||
depends on NET_UDP && NET_IPv6 && NET_ICMPv6_AUTOCONF
|
||||
---help---
|
||||
Enable the DHCP client 'renew6' command
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue