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 | 1d7a6ebc79e71dbc9085efab8205134bc769159b (patch) | |
tree | 3c5f07d5d64407a599065e41ba02fc975bed36ad /package/dnsmasq/Makefile | |
parent | 628252073e5673a03643687e16ce887720e49033 (diff) | |
download | upstream-1d7a6ebc79e71dbc9085efab8205134bc769159b.tar.gz upstream-1d7a6ebc79e71dbc9085efab8205134bc769159b.tar.bz2 upstream-1d7a6ebc79e71dbc9085efab8205134bc769159b.zip |
dnsmasq: initscript: fix bool options handling, bump release number
SVN-Revision: 22251
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 |