From b8551c536e29233d79e2247b6a2e9e91bf022883 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Tue, 3 Nov 2015 22:19:28 +0200 Subject: [PATCH] motion-mrdave updated to latest commit (with autoreconf); odroidc1: downgraded kernel to previous working version --- configs/odroidc1_defconfig | 2 +- package/motion-mrdave/motion-mrdave.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/odroidc1_defconfig b/configs/odroidc1_defconfig index 0e0c006b16..706df67438 100644 --- a/configs/odroidc1_defconfig +++ b/configs/odroidc1_defconfig @@ -18,7 +18,7 @@ BR2_ROOTFS_OVERLAY="board/common/overlay board/odroidc1/overlay" 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/hardkernel/linux/archive/c5a11154dba55343fc7cabcef3903cc09fb9b250.tar.gz" +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/hardkernel/linux/archive/73b1b60d4c59a6cd1bb664a6ef2bc76e4ea8af9d.tar.gz" BR2_LINUX_KERNEL_PATCH="board/odroidc1/kernel-watchdog.patch" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/odroidc1/kernel.config" diff --git a/package/motion-mrdave/motion-mrdave.mk b/package/motion-mrdave/motion-mrdave.mk index 81f8b7b6b2..84d0c4a0b4 100644 --- a/package/motion-mrdave/motion-mrdave.mk +++ b/package/motion-mrdave/motion-mrdave.mk @@ -4,8 +4,9 @@ # ################################################################################ -MOTION_MRDAVE_VERSION = 5c6f4be9e60a5115989b1cf34e14ea7c826bfa8e +MOTION_MRDAVE_VERSION = 2caced3 MOTION_MRDAVE_SITE = $(call github,mr-dave,motion,$(MOTION_MRDAVE_VERSION)) +MOTION_MRDAVE_AUTORECONF = YES MOTION_MRDAVE_CONF_OPTS = --without-pgsql --without-sdl --without-sqlite3 --without-mysql --with-ffmpeg=$(STAGING_DIR)/usr/lib \ --with-ffmpeg-headers=$(STAGING_DIR)/usr/include