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 <