diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-22 11:52:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-22 11:52:08 +0000 |
commit | 5a485c411217b7bff06ed4282b6a95c6cfd8c4a6 (patch) | |
tree | 0f194f46616e4a777fd097bfa024e9f8aff36c05 /package/dnsmasq/Makefile | |
parent | e4489675b560ba14e74ed760f0ee9b96923ecad8 (diff) | |
download | upstream-5a485c411217b7bff06ed4282b6a95c6cfd8c4a6.tar.gz upstream-5a485c411217b7bff06ed4282b6a95c6cfd8c4a6.tar.bz2 upstream-5a485c411217b7bff06ed4282b6a95c6cfd8c4a6.zip |
dnsmasq: Set a list of addnhosts files. e.g. list 'addnhosts' '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
SVN-Revision: 18470
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 dc083f4b65..f2f0c9677c 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.50 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |