mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:49:42 +02:00
97c31ddb56
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
31 lines
793 B
Plaintext
31 lines
793 B
Plaintext
#menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation"
|
|
|
|
config BR2_COMPILE_DHCP
|
|
tristate
|
|
default n
|
|
depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
|
|
|
|
config BR2_PACKAGE_DHCP_RELAY
|
|
prompt "dhcp-relay........................ ISC DHCP relay"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_DHCP
|
|
help
|
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
|
Protocol) relay daemon.
|
|
|
|
http://www.isc.org/
|
|
|
|
config BR2_PACKAGE_DHCP_SERVER
|
|
prompt "dhcp-server....................... ISC DHCP server"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_COMPILE_DHCP
|
|
help
|
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
|
Protocol) server daemon.
|
|
|
|
http://www.isc.org/
|
|
|
|
#endmenu
|