blob: 9a3a71b6924654fd40296b0fbcbc5adf5f45393c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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/
|