diff --git a/configs/bananapi_defconfig b/configs/bananapi_defconfig index 592b394652..51883f742c 100644 --- a/configs/bananapi_defconfig +++ b/configs/bananapi_defconfig @@ -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" diff --git a/package/motioneye/motioneye.mk b/package/motioneye/motioneye.mk index 53942d6083..c899a7eeeb 100644 --- a/package/motioneye/motioneye.mk +++ b/package/motioneye/motioneye.mk @@ -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