Skip to content

Commit

Permalink
system/dhcp6c: add NET_ICMPv6_AUTOCONF dependency
Browse files Browse the repository at this point in the history
Previously the build failed if NET_ICMPv6_AUTOCONF was disabled
(due to the missing `netlib_obtain_ipv6addr` symbol).

Closes: apache#2412
  • Loading branch information
sumpfralle authored and xiaoxiang781216 committed Oct 8, 2024
1 parent a144292 commit d35dd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/dhcp6c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d35dd65

Please sign in to comment.