summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorjose1711 <jose1711@gmail.com>2019-04-12 20:33:04 +0200
committerJose Riha <jose1711@gmail.com>2019-04-23 22:36:03 +0200
commitdabe2a717e456362ca7799fad9f51966a437364e (patch)
tree6786a7cb485a2b792b823e2df871e6702d9216d5 /applications
parent0c7031bb1fa544959da521bb0c722118c5d1d08e (diff)
luci-app-mjpg-streamer: add link option
Signed-off-by: Jose Riha <jose1711@gmail.com>
Diffstat (limited to 'applications')
-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