install
opkg install kmod-usb-core kmod-usb2 kmod-video-core kmod-video-gspca-core kmod-video-gspca-zc3xx motion
configure
sed -i 's|output_normal on|output_normal off|g' /etc/motion.conf sed -i 's|webcam_localhost on|webcam_localhost off|g' /etc/motion.conf
start
motion
view
http://YOUR_OPENWRT_IP:8081
OPTINAL: anable acces from outside
iptables -A input_wan -p tcp --dport 8081 -j ACCEPT