1comment "dhcpcd needs a toolchain w/ headers >= 3.1" 2 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 3 4config BR2_PACKAGE_DHCPCD 5 bool "dhcpcd" 6 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 # sa_family_t in linux/socket.h 7 help 8 An RFC2131 compliant DHCP client 9 10 http://roy.marples.name/projects/dhcpcd/ 11