diff options
Diffstat (limited to 'openwrt/package/dhcp/Config.in')
-rw-r--r-- | openwrt/package/dhcp/Config.in | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/openwrt/package/dhcp/Config.in b/openwrt/package/dhcp/Config.in index d1b053064..e52c46060 100644 --- a/openwrt/package/dhcp/Config.in +++ b/openwrt/package/dhcp/Config.in @@ -1,7 +1,25 @@ config BR2_PACKAGE_DHCP - tristate "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 - dhcp server + ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration + Protocol) server daemon. + + http://www.isc.org/ + - http://www.isc.org |