diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-09 14:51:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-09 14:51:15 +0000 |
commit | 2284341048e706fbf59527acc6ad9353acf66b1f (patch) | |
tree | a36e1e0144542b98715aad06ce99d4cbf0e93d74 /package/dnsmasq/Makefile | |
parent | bb2a858f834dd6470601b388b5b304ae87e1c019 (diff) | |
download | upstream-2284341048e706fbf59527acc6ad9353acf66b1f.tar.gz upstream-2284341048e706fbf59527acc6ad9353acf66b1f.tar.bz2 upstream-2284341048e706fbf59527acc6ad9353acf66b1f.zip |
[package] dnsmasq: add more options for interface binding (#4900)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15172 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 3599fa09ad..5fe1509601 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.47 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |