From 76ff02656d1bac52ea7e976de10ebaf2efca179c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 12 Oct 2020 23:06:24 +0200 Subject: [PATCH] [openwrt] ++scripts --- openwrt-add-camera.sh | 28 ++++++++++++++++++++++++++++ openwrt-add-temper.sh | 8 +++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 openwrt-add-camera.sh diff --git a/openwrt-add-camera.sh b/openwrt-add-camera.sh new file mode 100644 index 0000000..5688f0a --- /dev/null +++ b/openwrt-add-camera.sh @@ -0,0 +1,28 @@ +#!/bin/sh + +opkg install motion kmod-video-uvc + +uci set motion.general.enabled=1 + +cat > /etc/motion.conf <