summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2019-05-28 21:03:43 +0200
committerGitHub <noreply@github.com>2019-05-28 21:03:43 +0200
commitffc62ad5f5ba654980a1b54ed0adf2db17ae2ddf (patch)
tree03239f193112b0dbe7af7d68580ef5b0b0f10b38
parent27a900225f9b4dbb39707e0b541d4bc7c7af6e8e (diff)
parentdabe2a717e456362ca7799fad9f51966a437364e (diff)
Merge pull request #2673 from jose1711/mjpg-streamer-link
luci-app-mjpg-streamer: add link option
-rw-r--r--applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua
index ad77a9022..fe2faaee5 100644
--- a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua
+++ b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua
@@ -219,5 +219,6 @@ exceed=s:taboption(this_tab, Value, "exceed", translate("Exceed"), translate("Al
command=s:taboption(this_tab, Value, "command", translate("Command to run"), translate("Execute command after saving picture. Mjpg-streamer parse the filename as first parameter to your script."))
+link=s:taboption(this_tab, Value, "link", translate("Link newest picture to fixed file name"), translate("Link the last picture in ringbuffer to fixed named file provided."))
return m