From 9d92433add40472038d8482dab54a9c43365e1e8 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 4 Oct 2015 21:25:58 +0300 Subject: [PATCH] another motioneye update; fixed S95motioneye stop --- board/common/overlay/etc/init.d/S95motioneye | 2 +- package/motioneye/motioneye.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/common/overlay/etc/init.d/S95motioneye b/board/common/overlay/etc/init.d/S95motioneye index f2abfe520a..9e841e20e1 100755 --- a/board/common/overlay/etc/init.d/S95motioneye +++ b/board/common/overlay/etc/init.d/S95motioneye @@ -109,7 +109,7 @@ start() { stop() { echo -n "Shutting down motioneye: " - meyectl stopserver &>/dev/null && echo "done" || echo "failed" + meyectl stopserver -c $conf &>/dev/null && echo "done" || echo "failed" ps | grep motioneye | grep -v $$ | grep -v grep | tr -s ' ' | sed -e 's/^\s//' | cut -d ' ' -f 1 | xargs -r kill } diff --git a/package/motioneye/motioneye.mk b/package/motioneye/motioneye.mk index 974513d403..7ff757f887 100644 --- a/package/motioneye/motioneye.mk +++ b/package/motioneye/motioneye.mk @@ -5,7 +5,7 @@ ############################################################# MOTIONEYEOS_VERSION = 20151004 -MOTIONEYE_VERSION = e9f59d5bce01471e0c98bbbda2485c1b8346b1b5 +MOTIONEYE_VERSION = bcdbe3f3e0899e672f4c62b9da4eb423eb4a5af2 MOTIONEYE_SITE = $(call github,ccrisan,motioneye,$(MOTIONEYE_VERSION)) MOTIONEYE_SOURCE = $(MOTIONEYE_VERSION).tar.gz MOTIONEYE_LICENSE = GPLv3