summaryrefslogtreecommitdiffstats
path: root/package/bind/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 00:58:53 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-08 00:58:53 +0000
commit71aebce5c68234b31ac69cf184fb3e95a1c3f502 (patch)
treea2b3411d15340e739e9d9ab5e6261dd86d7a8bd2 /package/bind/Config.in
parent325475a750a9ddd47b8d37b0fd0d262d03fd80ef (diff)
add atftp, bind and dhcp, not perfect, but first step
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1375 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bind/Config.in')
-rw-r--r--package/bind/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in
new file mode 100644
index 000000000..a820670b4
--- /dev/null
+++ b/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