source: freewrt/package/bind/Config.in

freewrt_2_0
Last change on this file was 7fc617e7, checked in by Ralph Paßgang <tha@…>, 19 years ago
  • Updated Bind to 9.3.4 using the new style from trunk

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

  • Property mode set to 100644
File size: 2.4 KB
Line 
1config FWRT_COMPILE_BIND
2 tristate
3 default n
4 select FWRT_PACKAGE_LIBOPENSSL
5
6config FWRT_DUMMY_BIND
7 prompt "bind.............................. A DNS server implementation"
8 tristate
9 default n
10
11config FWRT_PACKAGE_BIND_TOOLS
12 prompt "bind-tools........................ Bind administration tools"
13 tristate
14 default n
15 depends FWRT_DUMMY_BIND
16 select FWRT_COMPILE_BIND
17 help
18 dig, host, nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf,
19 named-checkzone, rndc, rndc-confgen
20
21 http://www.isc.org/sw/bind/
22
23 Depends: libopenssl
24
25config FWRT_PACKAGE_BIND_RNDC
26 prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
27 tristate
28 default n
29 depends FWRT_DUMMY_BIND
30 select FWRT_COMPILE_BIND
31 help
32 rndc, rndc-confgen
33
34 http://www.isc.org/sw/bind/
35
36 Depends: libopenssl
37
38config FWRT_PACKAGE_BIND_CHECK
39 prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
40 tristate
41 default n
42 depends FWRT_DUMMY_BIND
43 select FWRT_COMPILE_BIND
44 help
45 named-checkconf, named-checkzone
46
47 http://www.isc.org/sw/bind/
48
49 Depends: libopenssl
50
51config FWRT_PACKAGE_BIND_DNSSEC
52 prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
53 tristate
54 default n
55 depends FWRT_DUMMY_BIND
56 select FWRT_COMPILE_BIND
57 help
58 dnssec-keygen, dnssec-signzone
59
60 http://www.isc.org/sw/bind/
61
62 Depends: libopenssl
63
64config FWRT_PACKAGE_BIND_HOST
65 prompt "bind-host......................... A simple DNS client"
66 tristate
67 default n
68 depends FWRT_DUMMY_BIND
69 select FWRT_COMPILE_BIND
70 help
71 host
72
73 http://www.isc.org/sw/bind/
74
75 Depends: libopenssl
76
77config FWRT_PACKAGE_BIND_DIG
78 prompt "bind-dig.......................... A DNS client"
79 tristate
80 default n
81 depends FWRT_DUMMY_BIND
82 select FWRT_COMPILE_BIND
83 help
84 dig
85
86 http://www.isc.org/sw/bind/
87
88 Depends: libopenssl
89
90
91config FWRT_PACKAGE_BIND_CLIENT
92 prompt "bind-client....................... A dynamic DNS client"
93 tristate
94 default n
95 depends FWRT_DUMMY_BIND
96 select FWRT_COMPILE_BIND
97 help
98 A DNS dynamic client (nsupdate)
99
100 http://www.isc.org/sw/bind/
101
102 Depends: libopenssl
103
104config FWRT_PACKAGE_BIND_SERVER
105 prompt "bind-server....................... A DNS server"
106 tristate
107 default n
108 depends FWRT_DUMMY_BIND
109 select FWRT_COMPILE_BIND
110 help
111 A DNS server (named)
112
113 http://www.isc.org/sw/bind/
114
115 Depends: libopenssl
Note: See TracBrowser for help on using the repository browser.