contrib/meshwizard: Add services file in olsr nameservice configuration
This commit is contained in:
parent
2598a2cfd1
commit
2c715932ad
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue