add mjpg-streamer

add myself as maintainer
add UCI HTTP authentication

Signed-off-by: Roger D <rogerdammit@gmail.com>
This commit is contained in:
Roger
2014-07-22 10:15:11 -05:00
parent 65718af1fc
commit f62794a7f0
5 changed files with 206 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
if PACKAGE_mjpg-streamer
config MJPG_STREAMER_INPUT_FILE
bool "Install input file library"
default y
config MJPG_STREAMER_INPUT_UVC
bool "Install input uvc library"
default y
config MJPG_STREAMER_OUTPUT_FILE
bool "Install output file library"
default y
config MJPG_STREAMER_OUTPUT_HTTP
bool "Install output http library"
default y
config MJPG_STREAMER_WWW
bool "Install WWW files"
default y
endif