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 / dhcp / Config.in
1 config BR2_PACKAGE_DHCP
2         bool "dhcp (ISC)"
3         # fork()
4         depends on BR2_USE_MMU
5         help
6           DHCP relay agent from the ISC DHCP distribution.
7
8           http://www.isc.org/products/DHCP
9
10 if BR2_PACKAGE_DHCP
11
12 config BR2_PACKAGE_DHCP_SERVER
13         bool "dhcp server"
14         help
15           DHCP server from the ISC DHCP distribution.
16
17 config BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
18         bool "Enable delayed ACK feature"
19         depends on BR2_PACKAGE_DHCP_SERVER
20         help
21           Enable delayed ACK feature in the ISC DHCP server.
22
23 config BR2_PACKAGE_DHCP_RELAY
24         bool "dhcp relay"
25         help
26           DHCP relay agent from the ISC DHCP distribution.
27
28
29 config BR2_PACKAGE_DHCP_CLIENT
30         bool "dhcp client"
31         help
32           DHCP client from the ISC DHCP distribution.
33
34 endif