lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (690B)


      1 #
      2 # Copyright (C) 2014 OpenWrt.org
      3 #
      4 
      5 if PACKAGE_mjpg-streamer
      6 
      7 config MJPG_STREAMER_V4L2
      8 	bool "Compile input_uvc with libv4l2 (camera controls)"
      9 	default n
     10 	select PACKAGE_libv4l
     11 
     12 config MJPG_STREAMER_INPUT_FILE
     13 	bool "Install input file plugin"
     14 	default n
     15 
     16 config MJPG_STREAMER_INPUT_UVC
     17 	bool "Install input uvc plugin"
     18 	default y
     19 
     20 config MJPG_STREAMER_INPUT_TESTPICTURE
     21 	bool "Install input testpicture plugin"
     22 	default n
     23 
     24 config MJPG_STREAMER_OUTPUT_FILE
     25 	bool "Install output file plugin"
     26 	default n
     27 
     28 config MJPG_STREAMER_OUTPUT_HTTP
     29 	bool "Install output http plugin"
     30 	default y
     31 
     32 config MJPG_STREAMER_WWW
     33 	bool "Install complete Web UI files (includes cambozola)"
     34 	default n
     35 
     36 endif