source: freewrt/package/dhcp/Config.in

freewrt_2_0
Last change on this file was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 768 bytes
Line 
1#menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation"
2
3config FWRT_COMPILE_DHCP
4 tristate
5 default n
6 depends FWRT_PACKAGE_DHCP_RELAY || FWRT_PACKAGE_DHCP_SERVER
7
8config FWRT_PACKAGE_DHCP_RELAY
9 prompt "dhcp-relay........................ ISC DHCP relay"
10 tristate
11 default n
12 select FWRT_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 FWRT_PACKAGE_DHCP_SERVER
20 prompt "dhcp-server....................... ISC DHCP server"
21 tristate
22 default n
23 select FWRT_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.