You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
config BR2_PACKAGE_DHCP
|
|
|
|
tristate
|
|
|
|
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
|
|
|
|
select BR2_PACKAGE_DHCP
|
|
|
|
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"
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_PACKAGE_DHCP
|
|
|
|
help
|
|
|
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
|
|
|
Protocol) server daemon.
|
|
|
|
|
|
|
|
http://www.isc.org/
|
|
|
|
|
|
|
|
|