source: freewrt/package/dhcp/Config.in@ 9df7618

freewrt_1_0 freewrt_2_0
Last change on this file since 9df7618 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 793 bytes
Line 
1#menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation"
2
3config BR2_COMPILE_DHCP
4 tristate
5 default n
6 depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
7
8config BR2_PACKAGE_DHCP_RELAY
9 prompt "dhcp-relay........................ ISC DHCP relay"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_DHCP
13 help
14 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
15 Protocol) relay daemon.
16
17 http://www.isc.org/
18
19config BR2_PACKAGE_DHCP_SERVER
20 prompt "dhcp-server....................... ISC DHCP server"
21 tristate
22 default m if CONFIG_DEVEL
23 select BR2_COMPILE_DHCP
24 help
25 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
26 Protocol) server daemon.
27
28 http://www.isc.org/
29
30#endmenu
Note: See TracBrowser for help on using the repository browser.