|
|
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|
|
PKG_NAME:=dnsmasq
|
|
|
PKG_UPSTREAM_VERSION:=2.82
|
|
|
PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION)))
|
|
|
-PKG_RELEASE:=7
|
|
|
+PKG_RELEASE:=8
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
|
|
|
PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq
|
|
|
@@ -172,7 +172,7 @@ define Package/dnsmasq/install
|
|
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/neigh
|
|
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/ntp
|
|
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/tftp
|
|
|
- $(INSTALL_CONF) ./files/dnsmasqsec.hotplug $(1)/etc/hotplug.d/ntp/25-dnsmasqsec
|
|
|
+ $(INSTALL_DATA) ./files/dnsmasqsec.hotplug $(1)/etc/hotplug.d/ntp/25-dnsmasqsec
|
|
|
$(INSTALL_DIR) $(1)/usr/share/dnsmasq
|
|
|
$(INSTALL_CONF) ./files/dhcpbogushostname.conf $(1)/usr/share/dnsmasq/
|
|
|
$(INSTALL_CONF) ./files/rfc6761.conf $(1)/usr/share/dnsmasq/
|