From 489b22f253742b3137bdcdd0b5b9796b1e84979e Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 5 Mar 2017 21:00:00 +0200 Subject: [PATCH] update.py is now platformupdate.py --- package/motioneye/motioneye.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/motioneye/motioneye.mk b/package/motioneye/motioneye.mk index 3433e93dcd..857d7fc88b 100644 --- a/package/motioneye/motioneye.mk +++ b/package/motioneye/motioneye.mk @@ -28,7 +28,7 @@ define MOTIONEYE_INSTALL_TARGET_CMDS $($(PKG)_INSTALL_TARGET_OPTS)) # additional config modules - cp package/motioneye/update.py $(DST_DIR) + cp package/motioneye/platformupdate.py $(DST_DIR) cp package/motioneye/ipctl.py $(DST_DIR) cp package/motioneye/servicectl.py $(DST_DIR) cp package/motioneye/watchctl.py $(DST_DIR)