mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
split into bind-server and bind-client package, add startup script and example named.conf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1918 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,10 +1,25 @@
|
||||
menu "bind - DNS server implementation"
|
||||
|
||||
config BR2_PACKAGE_BIND
|
||||
tristate "bind - popular dns server"
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_PACKAGE_LIBOPENSSL
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user