|
@@ -1,15 +1,8 @@
|
|
|
config BR2_PACKAGE_DHCPCD
|
|
|
bool "dhcpcd"
|
|
|
# No support for AI_ADDRCONFIG
|
|
|
- depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
|
|
|
- !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
- depends on !BR2_PREFER_STATIC_LIB
|
|
|
+ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
|
|
|
help
|
|
|
An RFC2131 compliant DHCP client
|
|
|
|
|
|
http://roy.marples.name/downloads/dhcpcd
|
|
|
-
|
|
|
-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
|