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 | 4f5cbf9f9b8e1f8816fd50af98f63b417023fa63 (patch) | |
tree | 8b436eb6f57abf6e3bf601c4369490a0db4b17c9 /package/dnsmasq/Makefile | |
parent | e4a8f5abe631ca557c95456eae1dfe131cee75c0 (diff) | |
download | upstream-4f5cbf9f9b8e1f8816fd50af98f63b417023fa63.tar.gz upstream-4f5cbf9f9b8e1f8816fd50af98f63b417023fa63.tar.bz2 upstream-4f5cbf9f9b8e1f8816fd50af98f63b417023fa63.zip |
package/dnsmasq: use new service wrapper
SVN-Revision: 28837
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 |