From 56e496b25bbbf5f495243a2ed1fe648f806ca484 Mon Sep 17 00:00:00 2001 From: wbx Date: Fri, 8 Jul 2005 00:58:53 +0000 Subject: 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 --- openwrt/package/bind/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openwrt/package/bind/Config.in (limited to 'openwrt/package/bind/Config.in') 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 -- cgit v1.2.3