sngrep: fix error if gnutls and openssl are both enabled
[buildroot-gz.git] / package / dhcp / Config.in
blob4a3049584dcfc465156d705ee6a32b5d8e08e888
1 config BR2_PACKAGE_DHCP
2         bool "dhcp (ISC)"
3         # fork()
4         depends on BR2_USE_MMU
5         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6         help
7           DHCP relay agent from the ISC DHCP distribution.
9           http://www.isc.org/products/DHCP
11 if BR2_PACKAGE_DHCP
13 config BR2_PACKAGE_DHCP_SERVER
14         bool "dhcp server"
15         help
16           DHCP server from the ISC DHCP distribution.
18 config BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
19         bool "Enable delayed ACK feature"
20         depends on BR2_PACKAGE_DHCP_SERVER
21         help
22           Enable delayed ACK feature in the ISC DHCP server.
24 config BR2_PACKAGE_DHCP_RELAY
25         bool "dhcp relay"
26         help
27           DHCP relay agent from the ISC DHCP distribution.
30 config BR2_PACKAGE_DHCP_CLIENT
31         bool "dhcp client"
32         help
33           DHCP client from the ISC DHCP distribution.
35 endif