From: Jo-Philipp Wich Date: Thu, 7 May 2009 14:38:59 +0000 (+0000) Subject: New package: djbdns X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=432104a38e5f303314db44987846f31723ab098e New package: djbdns This adds D.J. Bernstein's djbdns package to OpenWRT. Documentation is in the package's included README file. Signed-off-by: Johnny Halfmoon SVN-Revision: 15688 --- diff --git a/net/djbdns/dnsmasq.patch b/net/djbdns/dnsmasq.patch new file mode 100644 index 0000000000..92b6bfbb00 --- /dev/null +++ b/net/djbdns/dnsmasq.patch @@ -0,0 +1,29 @@ +--- old/dnsmasq.init 2008-10-05 22:12:42.000000000 +0200 ++++ new/dnsmasq.init 2009-03-25 16:50:48.000000000 +0100 +@@ -52,6 +52,7 @@ + append_bool "$cfg" dbus "-1" + append_bool "$cfg" boguspriv "-b" + append_bool "$cfg" expandhosts "-E" ++ append_bool "$cfg" nonwildcard "-z" + + append_parm "$cfg" dnsforwardmax "-0" + append_parm "$cfg" port "-p" +@@ -63,6 +64,7 @@ + append_parm "$cfg" "local" "-S" + append_parm "$cfg" "leasefile" "-l" + append_parm "$cfg" "resolvfile" "-r" ++ append_parm "$cfg" "interfaces" "-i" + + config_get leasefile $cfg leasefile + [ -e "$leasefile" ] || touch "$leasefile" +--- old/dhcp.conf 2009-04-01 15:13:53.000000000 +0200 ++++ new/dhcp.conf 2009-04-01 15:15:02.000000000 +0200 +@@ -11,6 +11,8 @@ + option readethers 1 + option leasefile '/tmp/dhcp.leases' + option resolvfile '/tmp/resolv.conf.auto' ++ option nonwildcard 1 ++ option interfaces br-lan + + config dhcp lan + option interface lan