diff options
Diffstat (limited to 'openwrt/package/bind/Config.in')
-rw-r--r-- | openwrt/package/bind/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/bind/Config.in b/openwrt/package/bind/Config.in new file mode 100644 index 000000000..a820670b4 --- /dev/null +++ b/openwrt/package/bind/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_BIND + tristate "bind - popular dns server" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBOPENSSL + help + DNS server implementation + + http://www.isc.org/ + + Depends: openssl |