123456789101112131415161718192021222324 |
- config ADK_COMPILE_DHCP
- tristate
- default n
- depends on ADK_PACKAGE_DHCP_RELAY || ADK_PACKAGE_DHCP_SERVER
- config ADK_PACKAGE_DHCP_RELAY
- prompt "dhcp-relay........................ ISC DHCP relay"
- tristate
- default n
- select ADK_COMPILE_DHCP
- help
- ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
- Protocol) relay daemon.
- http://www.isc.org/
- config ADK_PACKAGE_DHCP_SERVER
- prompt "dhcp-server....................... ISC DHCP server"
- tristate
- default n
- select ADK_COMPILE_DHCP
- help
- ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
- Protocol) server daemon.
- http://www.isc.org/
|