summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-08-22 09:14:42 +0000
committerJohn Crispin <john@openwrt.org>2012-08-22 09:14:42 +0000
commit2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a (patch)
treeeecec4a9776c0451d7b5370d97b1ef9ec626bcfc /package/dnsmasq/Makefile
parent968ac3fd03e567b47259ff47d7d9ba6d73ac6f05 (diff)
downloadmaster-31e0f0ae-2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a.tar.gz
master-31e0f0ae-2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a.tar.bz2
master-31e0f0ae-2df4c1b2d4d033e4ccd72aeec501bbeb42e9861a.zip
dnsmasq: Set prefix on-link bit in RAs
This is fix an issue with dnsmasq's RA that does not set the "on-link" bit, making all local IPv6 traffic go to the router then to the destination host, not directly to each other. patch is from dnsmasq git SVN-Revision: 33216
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r--package/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index f19e012635..7e06ec1720 100644
--- a/package/dnsmasq/Makefile
+++ b/package/dnsmasq/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.62
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq