blob: e52c46060eceb5140cefe17b805052178e2fc41e (
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
|
config BR2_PACKAGE_DHCP
bool
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
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
help
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
Protocol) server daemon.
http://www.isc.org/
|