Use urandom for dropbear keying
[gumsense-br.git] / package / dhcp / Config.in
blob4d19710a8a3f3b815ecf26fa598e1081a247d5cd
1 config BR2_PACKAGE_ISC_DHCP
2         bool "DHCP support"
3         default n
4         help
5           DHCP relay agent from the ISC DHCP distribution.
7           http://www.isc.org/products/DHCP
9 config BR2_PACKAGE_DHCP_SERVER
10         bool "dhcp server"
11         depends BR2_PACKAGE_ISC_DHCP
12         default n
13         help
14           DHCP server from the ISC DHCP distribution.
17 config BR2_PACKAGE_DHCP_RELAY
18         bool "dhcp relay"
19         depends BR2_PACKAGE_ISC_DHCP
20         default n
21         help
22           DHCP relay agent from the ISC DHCP distribution.
25 config BR2_PACKAGE_DHCP_CLIENT
26         bool "dhcp client"
27         depends BR2_PACKAGE_ISC_DHCP
28         default n
29         help
30           DHCP client from the ISC DHCP distribution.