2005-07-08 03:58:53 +03:00
|
|
|
config BR2_PACKAGE_DHCP
|
2005-07-25 11:04:38 +03:00
|
|
|
tristate
|
2005-07-11 18:35:30 +03:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DHCP_RELAY
|
|
|
|
tristate "dhcp-relay - ISC DHCP relay"
|
|
|
|
default m if CONFIG_DEVEL
|
2005-07-25 11:04:38 +03:00
|
|
|
select BR2_PACKAGE_DHCP
|
2005-07-11 18:35:30 +03:00
|
|
|
help
|
|
|
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
|
|
|
Protocol) relay daemon.
|
|
|
|
|
|
|
|
http://www.isc.org/
|
|
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DHCP_SERVER
|
|
|
|
tristate "dhcp-server - ISC DHCP server"
|
2005-07-08 03:58:53 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-07-25 11:04:38 +03:00
|
|
|
select BR2_PACKAGE_DHCP
|
2005-07-08 03:58:53 +03:00
|
|
|
help
|
2005-07-11 18:35:30 +03:00
|
|
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
|
|
|
Protocol) server daemon.
|
|
|
|
|
|
|
|
http://www.isc.org/
|
|
|
|
|
2005-07-08 03:58:53 +03:00
|
|
|
|