diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-01 21:34:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-01 21:34:45 +0000 |
commit | 54e798d85bdd782af727eb297a93c7046b1ed811 (patch) | |
tree | a3cff053fed840185cdd7dd8695c95d1fe0da8aa /package/dnsmasq/Makefile | |
parent | adc39266bfbb32959a0d732d8b6a5ccfca775c92 (diff) | |
download | upstream-54e798d85bdd782af727eb297a93c7046b1ed811.tar.gz upstream-54e798d85bdd782af727eb297a93c7046b1ed811.tar.bz2 upstream-54e798d85bdd782af727eb297a93c7046b1ed811.zip |
[package] dnsmasq: automatically add host entry for own hostname and ptr record for lan ip address
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29375 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 1f99b5014b..a2084a616c 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.59 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |