diff --git a/system/dhcpc/Kconfig b/system/dhcpc/Kconfig index 51d59bf22..9b88c0392 100644 --- a/system/dhcpc/Kconfig +++ b/system/dhcpc/Kconfig @@ -7,7 +7,7 @@ config SYSTEM_DHCPC bool "DHCP Address Renewal" default n select NETUTILS_DHCPC - depends on NET_UDP && NET_BROADCAST && NET_IPv4 + depends on NET_UDP && NET_BROADCAST && NET_IPv4 && NET_ETHERNET ---help--- Enble the DHCP client 'renew' command