2013-03-11 02:23:14 +01:00
|
|
|
config BR2_PACKAGE_DHCPCD
|
|
|
|
bool "dhcpcd"
|
2013-11-08 13:26:52 +01:00
|
|
|
# No support for AI_ADDRCONFIG
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
|
|
|
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
2014-02-21 09:54:50 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-03-11 02:23:14 +01:00
|
|
|
help
|
|
|
|
An RFC2131 compliant DHCP client
|
|
|
|
|
|
|
|
http://roy.marples.name/downloads/dhcpcd
|
2014-02-21 09:54:50 +01:00
|
|
|
|
|
|
|
comment "dhcpcd needs a toolchain w/ dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
|
|
|
!BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
|
depends on BR2_PREFER_STATIC_LIB
|