summaryrefslogtreecommitdiff
path: root/openwrt/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
commit56e496b25bbbf5f495243a2ed1fe648f806ca484 (patch)
tree165f7a33b6daa8de1dac3875096878d1a96dcd95 /openwrt/package/bind/Config.in
parentcdfd5dc4e93280bc2fb1ec4c279dedd9ba25ca5b (diff)
add atftp, bind and dhcp, not perfect, but first step
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1375 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0000000000..a820670b47
--- /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