blob: a06a9730e54bd20b540489b9d1429222a256b71c (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_DHCPCD
depends on BR2_INET_IPV6
bool "dhcpcd"
help
An RFC2131 compliant DHCP client
http://roy.marples.name/downloads/dhcpcd
comment "dhcpcd requires a toolchain with IPV6 support"
depends on !BR2_INET_IPV6
|