move target/default/target_skeleton into package/base-files, put all the default...
[openwrt/svn-archive/archive.git] / openwrt / package / dhcp / Config.in
1 config BR2_PACKAGE_DHCP
2 bool
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 help
10 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
11 Protocol) relay daemon.
12
13 http://www.isc.org/
14
15
16 config BR2_PACKAGE_DHCP_SERVER
17 tristate "dhcp-server - ISC DHCP server"
18 default m if CONFIG_DEVEL
19 help
20 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
21 Protocol) server daemon.
22
23 http://www.isc.org/
24
25