The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dhcpcd / Config.in
1 comment "dhcpcd needs a toolchain w/ headers >= 3.1"
2         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
3
4 config BR2_PACKAGE_DHCPCD
5         bool "dhcpcd"
6         # No support for AI_ADDRCONFIG
7         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
8         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1 # sa_family_t in linux/socket.h
9         help
10           An RFC2131 compliant DHCP client
11
12           http://roy.marples.name/projects/dhcpcd/