aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-10-11 18:33:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-10-11 18:33:15 +0000
commit78f69b66d44f8e9e9459ca3650d233b45252fd4e (patch)
tree08df80d90f1b8f9a89e46ead0fb1d0ac67509c81 /package/network/services/dnsmasq/Makefile
parent5f272ca8132c277fb77c9970881cb6c8165040b1 (diff)
downloadupstream-78f69b66d44f8e9e9459ca3650d233b45252fd4e.tar.gz
upstream-78f69b66d44f8e9e9459ca3650d233b45252fd4e.tar.bz2
upstream-78f69b66d44f8e9e9459ca3650d233b45252fd4e.zip
dnsmasq: add option broadcast to host sections
There are certain consumer devices which are outliers in protocol conformance. An example is Samsung bluray players, which require broadcast DHCP responses (on Ethernet only, strangely not on Wifi). By specifying: config host ... option broadcast 1 this will enable the response to be sent as an Ethernet broadcast and not as a unicast. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 38365
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index 6938ba154a..ae3662b3f5 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnsmasq
PKG_VERSION:=2.66
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq