summaryrefslogtreecommitdiffstats
path: root/package/bind/Config.in
blob: 910c61c2e66f1ae690f27940fedce572e62ba498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
menu "bind - DNS server implementation"

config BR2_PACKAGE_BIND
	bool "bind - popular dns server"
	default y if CONFIG_DEVEL
	help
	  DNS server implementation
	  
	  http://www.isc.org/
	  
	  Depends: openssl

config BR2_PACKAGE_BIND_SERVER
	tristate "named - popular dns server"
	default m if CONFIG_DEVEL
	select BR2_PACKAGE_LIBOPENSSL
	depends BR2_PACKAGE_BIND

config BR2_PACKAGE_BIND_CLIENT
	tristate "nsupdate - dynamic dns client"
	default m if CONFIG_DEVEL
	select BR2_PACKAGE_LIBOPENSSL
	depends BR2_PACKAGE_BIND

endmenu