diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:45 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-07 22:58:45 +0000 |
commit | a13b6db678741695b029f0968e5253a85b70cf83 (patch) | |
tree | 6bbde0c690bf7ca691ec018b1397b0ca0c2b4d63 /package/dnsmasq/Makefile | |
parent | 8b21997f14a67fdf4e9f4e0171d187feebccea2f (diff) | |
download | upstream-a13b6db678741695b029f0968e5253a85b70cf83.tar.gz upstream-a13b6db678741695b029f0968e5253a85b70cf83.tar.bz2 upstream-a13b6db678741695b029f0968e5253a85b70cf83.zip |
package/dnsmasq: use new service wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28837 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/Makefile')
-rw-r--r-- | package/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 540d47689e..1294a8b45f 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.58 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |