summaryrefslogtreecommitdiff
path: root/openwrt/package/bind/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-08 00:58:53 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-08 00:58:53 +0000
commit625e182ee0ece2220ceaba4c25cbc3dd0d64a36d (patch)
tree165f7a33b6daa8de1dac3875096878d1a96dcd95 /openwrt/package/bind/Config.in
parent170475ff22724964a652dbbfab9759eed4e1d829 (diff)
downloadmtk-20170518-625e182ee0ece2220ceaba4c25cbc3dd0d64a36d.zip
mtk-20170518-625e182ee0ece2220ceaba4c25cbc3dd0d64a36d.tar.gz
mtk-20170518-625e182ee0ece2220ceaba4c25cbc3dd0d64a36d.tar.bz2
add atftp, bind and dhcp, not perfect, but first step
SVN-Revision: 1375
Diffstat (limited to 'openwrt/package/bind/Config.in')
-rw-r--r--openwrt/package/bind/Config.in10
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 0000000..a820670
--- /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