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 | d63666203ccd6807da9ce60af60897fd7bce94ae (patch) | |
tree | 666a33122a83d0cfd2f5cd18b3463b9cd438ef41 /package/dnsmasq/Makefile | |
parent | a4f6398eda015560d972b9778fb9e3132d471d1f (diff) | |
download | upstream-d63666203ccd6807da9ce60af60897fd7bce94ae.tar.gz upstream-d63666203ccd6807da9ce60af60897fd7bce94ae.tar.bz2 upstream-d63666203ccd6807da9ce60af60897fd7bce94ae.zip |
dnsmasq: add more options for interface binding (#4900)
SVN-Revision: 15172
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 |