Config.in 544 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_DHCP
  2. bool "isc dhcp"
  3. help
  4. DHCP relay agent from the ISC DHCP distribution.
  5. http://www.isc.org/products/DHCP
  6. config BR2_PACKAGE_DHCP_SERVER
  7. bool "dhcp server"
  8. depends on BR2_PACKAGE_DHCP
  9. help
  10. DHCP server from the ISC DHCP distribution.
  11. config BR2_PACKAGE_DHCP_RELAY
  12. bool "dhcp relay"
  13. depends on BR2_PACKAGE_DHCP
  14. help
  15. DHCP relay agent from the ISC DHCP distribution.
  16. config BR2_PACKAGE_DHCP_CLIENT
  17. bool "dhcp client"
  18. depends on BR2_PACKAGE_DHCP
  19. help
  20. DHCP client from the ISC DHCP distribution.