Skip to content

Commit d35dd65

Browse files
sumpfrallexiaoxiang781216
authored andcommitted
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: apache#2412
1 parent a144292 commit d35dd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/dhcp6c/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config SYSTEM_DHCPC_RENEW6
77
tristate "DHCP IPv6 Address Renewal"
88
default n
99
select NETUTILS_DHCP6C
10-
depends on NET_UDP && NET_IPv6
10+
depends on NET_UDP && NET_IPv6 && NET_ICMPv6_AUTOCONF
1111
---help---
1212
Enable the DHCP client 'renew6' command
1313

0 commit comments

Comments
 (0)