luci-app-mjpg-streamer: add link option 2673/head
authorjose1711 <jose1711@gmail.com>
Fri, 12 Apr 2019 18:33:04 +0000 (20:33 +0200)
committerJose Riha <jose1711@gmail.com>
Tue, 23 Apr 2019 20:36:03 +0000 (22:36 +0200)
Signed-off-by: Jose Riha <jose1711@gmail.com>
applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua

index ad77a9022cc89a3f36dd1343cc4f58d66b2b19f0..fe2faaee5d5ad53f78ca40ddaf61ce185e21f783 100644 (file)
@@ -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