diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-09-20 18:37:18 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-09-20 18:37:18 +0000 |
commit | 2c715932ad7944101195c65c5619d9a29c2dc6d5 (patch) | |
tree | e54e9a5c0c2b81651d4d5a36d67b56e5404391b0 /contrib/package/meshwizard | |
parent | 2598a2cfd1ba5baa78c1cddb12ed3204ea5484fb (diff) |
contrib/meshwizard: Add services file in olsr nameservice configuration
Diffstat (limited to 'contrib/package/meshwizard')
-rw-r--r-- | contrib/package/meshwizard/Makefile | 2 | ||||
-rwxr-xr-x | contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh | 1 |
2 files changed, 2 insertions, 1 deletions
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 |