add myself as maintainer add UCI HTTP authentication Signed-off-by: Roger D <rogerdammit@gmail.com>
11 lines
264 B
Text
11 lines
264 B
Text
config mjpg-streamer 'core'
|
|
option enabled '0'
|
|
option input 'uvc'
|
|
option output 'http'
|
|
option device '/dev/video0'
|
|
option resolution '640x480'
|
|
option fps '5'
|
|
option www '/www/webcam'
|
|
option port '8080'
|
|
option username 'openwrt'
|
|
option password 'openwrt'
|