Config.in 638 B

123456789101112131415161718192021222324
  1. config ADK_COMPILE_DHCP
  2. tristate
  3. default n
  4. depends on ADK_PACKAGE_DHCP_RELAY || ADK_PACKAGE_DHCP_SERVER
  5. config ADK_PACKAGE_DHCP_RELAY
  6. prompt "dhcp-relay........................ ISC DHCP relay"
  7. tristate
  8. default n
  9. select ADK_COMPILE_DHCP
  10. help
  11. ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
  12. Protocol) relay daemon.
  13. http://www.isc.org/
  14. config ADK_PACKAGE_DHCP_SERVER
  15. prompt "dhcp-server....................... ISC DHCP server"
  16. tristate
  17. default n
  18. select ADK_COMPILE_DHCP
  19. help
  20. ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
  21. Protocol) server daemon.
  22. http://www.isc.org/