dhcp: Make the option dependence work for usrsock case
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
63e3c6c521
commit
37c0cdd1a6
@ -6,7 +6,7 @@
|
|||||||
config NETUTILS_DHCPC
|
config NETUTILS_DHCPC
|
||||||
bool "DHCP client"
|
bool "DHCP client"
|
||||||
default n
|
default n
|
||||||
depends on NET_UDP && NET_BROADCAST && NET_IPv4
|
depends on NET_UDP
|
||||||
select NET_BINDTODEVICE if !NET_UDP_NO_STACK
|
select NET_BINDTODEVICE if !NET_UDP_NO_STACK
|
||||||
---help---
|
---help---
|
||||||
Enable support for the DHCP client.
|
Enable support for the DHCP client.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
config NETUTILS_DHCPD
|
config NETUTILS_DHCPD
|
||||||
bool "DHCP server"
|
bool "DHCP server"
|
||||||
default n
|
default n
|
||||||
depends on NET_UDP && NET_IPv4
|
depends on NET_UDP
|
||||||
---help---
|
---help---
|
||||||
Enable support for the DHCP server.
|
Enable support for the DHCP server.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ config SYSTEM_DHCPC_RENEW
|
|||||||
tristate "DHCP Address Renewal"
|
tristate "DHCP Address Renewal"
|
||||||
default n
|
default n
|
||||||
select NETUTILS_DHCPC
|
select NETUTILS_DHCPC
|
||||||
depends on NET_UDP && NET_BROADCAST && NET_IPv4 && NET_ETHERNET
|
depends on NET_UDP
|
||||||
---help---
|
---help---
|
||||||
Enable the DHCP client 'renew' command
|
Enable the DHCP client 'renew' command
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user