Author: hauke Date: 2015-08-03 22:33:57 +0200 (Mon, 03 Aug 2015) New Revision: 46550
Modified: trunk/package/network/services/dnsmasq/Makefile Log: dnsmasq: Bump to dnsmasq2.75 Fixes a 100% cpu usage issue if using dhcp-script. Signed-off-by: Kevin Darbyshire-Bryant <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/network/services/dnsmasq/Makefile =================================================================== --- trunk/package/network/services/dnsmasq/Makefile 2015-08-03 10:22:38 UTC (rev 46549) +++ trunk/package/network/services/dnsmasq/Makefile 2015-08-03 20:33:57 UTC (rev 46550) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.74 +PKG_VERSION:=2.75 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -PKG_MD5SUM:=f48cd0fe26a55617a375ffc95b71e3c3 +PKG_MD5SUM:=887236f1ddde6eb57cdb9d01916c9f72 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
