You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
534 B

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