remove -L/usr/lib in pcre-config,
[openwrt.git] / package / dhcp / Config.in
1 config BR2_PACKAGE_DHCP
2 tristate
3 default n
4 depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
5
6 config BR2_PACKAGE_DHCP_RELAY
7 tristate "dhcp-relay - ISC DHCP relay"
8 default m if CONFIG_DEVEL
9 select BR2_PACKAGE_DHCP
10 help
11 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
12 Protocol) relay daemon.
13
14 http://www.isc.org/
15
16
17 config BR2_PACKAGE_DHCP_SERVER
18 tristate "dhcp-server - ISC DHCP server"
19 default m if CONFIG_DEVEL
20 select BR2_PACKAGE_DHCP
21 help
22 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
23 Protocol) server daemon.
24
25 http://www.isc.org/
26
27
This page took 0.04232 seconds and 5 git commands to generate.