source: freewrt/package/dhcp/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

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

  • Property mode set to 100644
File size: 800 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 m if CONFIG_DEVEL
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 m if CONFIG_DEVEL
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.