diff --git a/map-agent/Makefile b/map-agent/Makefile index 7c9079bf2..30ef16618 100644 --- a/map-agent/Makefile +++ b/map-agent/Makefile @@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-agent -PKG_VERSION:=4.3.1.4 +PKG_VERSION:=4.3.2.0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=37dfb02cd95db78b71502956d2366c7ebee2f481 +PKG_SOURCE_VERSION:=9d49ef882c3f211b277a50fab95b6c3636d0f838 PKG_MAINTAINER:=Jakob Olsson PKG_LICENSE:=BSD-3-Clause diff --git a/map-agent/files/etc/init.d/mapagent b/map-agent/files/etc/init.d/mapagent index f23fe4563..1d15fba5e 100755 --- a/map-agent/files/etc/init.d/mapagent +++ b/map-agent/files/etc/init.d/mapagent @@ -175,6 +175,7 @@ validate_agent_config() { create_dir() { mkdir -p /var/run/multiap + mkdir -p /etc/multiap } start_service() {