From 2c715932ad7944101195c65c5619d9a29c2dc6d5 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Fri, 20 Sep 2013 18:37:18 +0000 Subject: [PATCH] contrib/meshwizard: Add services file in olsr nameservice configuration --- contrib/package/meshwizard/Makefile | 2 +- .../package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/package/meshwizard/Makefile b/contrib/package/meshwizard/Makefile index 669f1909c..f1fe434a7 100644 --- a/contrib/package/meshwizard/Makefile +++ b/contrib/package/meshwizard/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meshwizard -PKG_RELEASE:=0.0.13 +PKG_RELEASE:=0.0.14 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh index 5f6f55093..271780338 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh @@ -68,6 +68,7 @@ uci batch << EOF set olsrd.olsrd_nameservice.latlon_file="/var/run/latlon.js" set olsrd.olsrd_nameservice.hosts_file="/var/etc/hosts.olsr" set olsrd.olsrd_nameservice.sighup_pid_file="/var/run/dnsmasq.pid" + set olsrd.olsrd_nameservice.services_file="/var/run/services_olsr" set olsrd.olsrd_nameservice.suffix="$suffix" EOF -- 2.11.0