9a2ec233fb
Changes include: * version bump to r181 * convert init script so it can use procd * add menu so one can select only desired features Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38143 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
413 B
Plaintext
24 lines
413 B
Plaintext
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
|