Skip to content

Commit

Permalink
Added video packages in OpenWrt
Browse files Browse the repository at this point in the history
  • Loading branch information
drasko committed Feb 1, 2015
1 parent 0db5338 commit 34b85cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
1 change: 0 additions & 1 deletion openWrt/pkg_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
./scripts/feeds install python
./scripts/feeds install avahi-daemon
./scripts/feeds install ntpd
./scripts/feeds install motion
./scripts/feeds install mjpg-streamer
./scripts/feeds install fswebcam
./scripts/feeds install libv4l
Expand Down
19 changes: 13 additions & 6 deletions openWrt/weio-config-openwrt
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ CONFIG_PACKAGE_libdbus=y
# CONFIG_PACKAGE_libevent2-pthreads is not set
CONFIG_PACKAGE_libexpat=y
CONFIG_PACKAGE_libffi=y
# CONFIG_PACKAGE_libgd is not set
CONFIG_PACKAGE_libgd=y
CONFIG_PACKAGE_libgdbm=y
CONFIG_PACKAGE_libi2c=y
# CONFIG_PACKAGE_libiconv is not set
Expand All @@ -1976,7 +1976,7 @@ CONFIG_PACKAGE_libid3tag=y
# CONFIG_PACKAGE_libintl-full is not set
# CONFIG_PACKAGE_libiw is not set
CONFIG_PACKAGE_libiwinfo=y
# CONFIG_PACKAGE_libjpeg is not set
CONFIG_PACKAGE_libjpeg=y
CONFIG_PACKAGE_libjson=y
CONFIG_PACKAGE_libjson-c=y
# CONFIG_PACKAGE_libltdl is not set
Expand All @@ -1992,7 +1992,7 @@ CONFIG_PACKAGE_libncursesw=y
# CONFIG_PACKAGE_libnl is not set
CONFIG_PACKAGE_libnl-tiny=y
# CONFIG_PACKAGE_libpcap is not set
# CONFIG_PACKAGE_libpng is not set
CONFIG_PACKAGE_libpng=y
# CONFIG_PACKAGE_libpopt is not set
# CONFIG_PACKAGE_libreadline is not set
# CONFIG_PACKAGE_librpc is not set
Expand All @@ -2009,7 +2009,7 @@ CONFIG_PACKAGE_libuci-lua=y
# CONFIG_PACKAGE_libustream-openssl is not set
# CONFIG_PACKAGE_libustream-polarssl is not set
# CONFIG_PACKAGE_libuuid is not set
# CONFIG_PACKAGE_libv4l is not set
CONFIG_PACKAGE_libv4l=y
CONFIG_PACKAGE_libxml2=y
# CONFIG_PACKAGE_linux-atm is not set
CONFIG_PACKAGE_terminfo=y
Expand All @@ -2019,8 +2019,15 @@ CONFIG_PACKAGE_zlib=y
#
# Multimedia
#
# CONFIG_PACKAGE_fswebcam is not set
# CONFIG_PACKAGE_mjpg-streamer is not set
CONFIG_PACKAGE_fswebcam=y
CONFIG_PACKAGE_mjpg-streamer=y
CONFIG_MJPG_STREAMER_V4L2=y
# CONFIG_MJPG_STREAMER_INPUT_FILE is not set
CONFIG_MJPG_STREAMER_INPUT_UVC=y
# CONFIG_MJPG_STREAMER_INPUT_TESTPICTURE is not set
# CONFIG_MJPG_STREAMER_OUTPUT_FILE is not set
CONFIG_MJPG_STREAMER_OUTPUT_HTTP=y
# CONFIG_MJPG_STREAMER_WWW is not set
# CONFIG_PACKAGE_motion is not set

#
Expand Down

0 comments on commit 34b85cb

Please sign in to comment.