updated motioneye

This commit is contained in:
Calin Crisan 2016-09-13 22:16:19 +03:00
parent 489364797e
commit 9dcdd1975d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/LeMaker/linux-sunxi/archive/e594996b0156b72ea559e035a3c1e396850fb384.tar.gz"
BR2_LINUX_KERNEL_DEFCONFIG="sun7i_defconfig"
BR2_LINUX_KERNEL_DEFCONFIG="sun7i"
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x40008000"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun7i-a20-bananapi"

View File

@ -4,7 +4,7 @@
#
#############################################################
MOTIONEYE_VERSION = c4b0deacb236fc9ba631a0c25b5d739e1ba4ce89
MOTIONEYE_VERSION = 8ff732d42d198bf3467e9a87847fcf2c476c04cb
MOTIONEYE_SITE = $(call github,ccrisan,motioneye,$(MOTIONEYE_VERSION))
MOTIONEYE_SOURCE = $(MOTIONEYE_VERSION).tar.gz
MOTIONEYE_LICENSE = GPLv3