increase pptp package version
[openwrt.git] / openwrt / package / dhcp / Config.in
index d1b0530..e52c460 100644 (file)
@@ -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
This page took 0.022694 seconds and 4 git commands to generate.