diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-07-17 13:36:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-07-17 13:36:13 +0000 |
commit | 3770e0e7facafd3c2f9d0a73b5e1b93c97affc97 (patch) | |
tree | 3ab429e713c16a253f46b2d8d880d304f5267241 /package/dnsmasq/Makefile | |
parent | 6a396dd53de4b5cbb7927a066a0b438c421bd9dc (diff) | |
download | upstream-3770e0e7facafd3c2f9d0a73b5e1b93c97affc97.tar.gz upstream-3770e0e7facafd3c2f9d0a73b5e1b93c97affc97.tar.bz2 upstream-3770e0e7facafd3c2f9d0a73b5e1b93c97affc97.zip |
dnsmasq: initscript: fix bool options handling, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22251 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 852b126fcc..977e109709 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.55 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |