root/trunk/freewrt/package/bind/Config.in

Revision 3590, 2.9 kB (checked in by sumsum, 1 year ago)

Only one Config.in for bind now.

Line 
1 config FWRT_COMPILE_BIND
2         tristate
3         default n
4         select FWRT_PACKAGE_LIBOPENSSL
5
6 config FWRT_DUMMY_BIND
7         prompt "bind.............................. A DNS server implementation"
8         tristate
9         default n
10
11 config 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         select FWRT_PACKAGE_LIBBIND
18         help
19           dig, host,  nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf,
20           named-checkzone, rndc, rndc-confgen
21
22           http://www.isc.org/sw/bind/
23
24           Depends: libopenssl
25
26 config FWRT_PACKAGE_BIND_RNDC
27         prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
28         tristate
29         default n
30         depends FWRT_DUMMY_BIND
31         select FWRT_COMPILE_BIND
32         select FWRT_PACKAGE_LIBBIND
33         help
34           rndc, rndc-confgen
35
36           http://www.isc.org/sw/bind/
37
38           Depends: libopenssl
39
40 config FWRT_PACKAGE_BIND_CHECK
41         prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
42         tristate
43         default n
44         depends FWRT_DUMMY_BIND
45         select FWRT_COMPILE_BIND
46         select FWRT_PACKAGE_LIBBIND
47         help
48           named-checkconf, named-checkzone
49
50           http://www.isc.org/sw/bind/
51
52           Depends: libopenssl
53
54 config FWRT_PACKAGE_BIND_DNSSEC
55         prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
56         tristate
57         default n
58         depends FWRT_DUMMY_BIND
59         select FWRT_COMPILE_BIND
60         select FWRT_PACKAGE_LIBBIND
61         help
62           dnssec-keygen, dnssec-signzone
63
64           http://www.isc.org/sw/bind/
65
66           Depends: libopenssl
67
68 config FWRT_PACKAGE_BIND_HOST
69         prompt "bind-host......................... A simple DNS client"
70         tristate
71         default n
72         depends FWRT_DUMMY_BIND
73         select FWRT_COMPILE_BIND
74         select FWRT_PACKAGE_LIBBIND
75         help
76           host
77
78           http://www.isc.org/sw/bind/
79
80           Depends: libopenssl
81
82 config FWRT_PACKAGE_BIND_DIG
83         prompt "bind-dig.......................... A DNS client"
84         tristate
85         default n
86         depends FWRT_DUMMY_BIND
87         select FWRT_COMPILE_BIND
88         select FWRT_PACKAGE_LIBBIND
89         help
90           dig
91
92           http://www.isc.org/sw/bind/
93
94           Depends: libopenssl
95
96
97 config FWRT_PACKAGE_BIND_CLIENT
98         prompt "bind-client....................... A dynamic DNS client"
99         tristate
100         default n
101         depends FWRT_DUMMY_BIND
102         select FWRT_COMPILE_BIND
103         select FWRT_PACKAGE_LIBBIND
104         help
105           A DNS dynamic client (nsupdate)
106
107           http://www.isc.org/sw/bind/
108
109           Depends: libopenssl
110
111 config FWRT_PACKAGE_BIND_SERVER
112         prompt "bind-server....................... A DNS server"
113         tristate
114         default n
115         depends FWRT_DUMMY_BIND
116         select FWRT_COMPILE_BIND
117         select FWRT_PACKAGE_LIBBIND
118         help
119           A DNS server (named)
120
121           http://www.isc.org/sw/bind/
122
123           Depends: libopenssl
124
125
126 config FWRT_PACKAGE_LIBBIND
127         prompt "libbind........................... Support library for the bind tools and dns server/client."
128         tristate
129         default n
130         depends FWRT_DUMMY_BIND
131         select FWRT_COMPILE_BIND
132         help
133           http://www.isc.org/sw/bind/
134
135           Depends: libopenssl
136
Note: See TracBrowser for help on using the browser.