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:
Lars Kruse 2024-10-08 09:52:09 +02:00 committed by Xiang Xiao
parent a14429296e
commit d35dd65727

View file

@ -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