Config.in 599 B

12345678910111213141516171819202122232425262728293031
  1. config BR2_PACKAGE_ISC_DHCP
  2. bool "DHCP support"
  3. default n
  4. help
  5. DHCP relay agent from the ISC DHCP distribution.
  6. http://www.isc.org/products/DHCP
  7. config BR2_PACKAGE_DHCP_SERVER
  8. bool "dhcp server"
  9. depends BR2_PACKAGE_ISC_DHCP
  10. default n
  11. help
  12. DHCP server from the ISC DHCP distribution.
  13. config BR2_PACKAGE_DHCP_RELAY
  14. bool "dhcp relay"
  15. depends BR2_PACKAGE_ISC_DHCP
  16. default n
  17. help
  18. DHCP relay agent from the ISC DHCP distribution.
  19. config BR2_PACKAGE_DHCP_CLIENT
  20. bool "dhcp client"
  21. depends BR2_PACKAGE_ISC_DHCP
  22. default n
  23. help
  24. DHCP client from the ISC DHCP distribution.