flm01/openwrt/package/luci/applications/luci-uvc_streamer/root/etc/uci-defaults/luci-uvc_streamer

8 lines
126 B
Bash

#!/bin/sh
uci batch <<-EOF
add ucitrack uvc-streamer
set ucitrack.@uvc-streamer[-1].init=uvc-streamer
commit ucitrack
EOF