From d434fe36cefd6cb66678930f3a516e25d2cfe02d Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 18 Feb 2017 21:40:32 +0200 Subject: [PATCH] removed motion-mmal from defconfigs --- configs/raspberrypi2_defconfig | 1 - configs/raspberrypi3_defconfig | 1 - configs/raspberrypi_defconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index b7522d297e..83c1fc42b0 100644 --- a/configs/raspberrypi2_defconfig +++ b/configs/raspberrypi2_defconfig @@ -32,7 +32,6 @@ BR2_PACKAGE_FFMPEG_NONFREE=y BR2_PACKAGE_FFMPEG_SWSCALE=y BR2_PACKAGE_LIBWEBCAM=y BR2_PACKAGE_MOTION=y -BR2_PACKAGE_MOTION_MMAL=y BR2_PACKAGE_STREAMEYE=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig index d886b29c85..40ba12af69 100644 --- a/configs/raspberrypi3_defconfig +++ b/configs/raspberrypi3_defconfig @@ -32,7 +32,6 @@ BR2_PACKAGE_FFMPEG_NONFREE=y BR2_PACKAGE_FFMPEG_SWSCALE=y BR2_PACKAGE_LIBWEBCAM=y BR2_PACKAGE_MOTION=y -BR2_PACKAGE_MOTION_MMAL=y BR2_PACKAGE_STREAMEYE=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig index 212c77156b..e5eb3d0d72 100644 --- a/configs/raspberrypi_defconfig +++ b/configs/raspberrypi_defconfig @@ -36,7 +36,6 @@ BR2_PACKAGE_FFMPEG_NONFREE=y BR2_PACKAGE_FFMPEG_SWSCALE=y BR2_PACKAGE_LIBWEBCAM=y BR2_PACKAGE_MOTION=y -BR2_PACKAGE_MOTION_MMAL=y BR2_PACKAGE_STREAMEYE=y BR2_PACKAGE_GZIP=y BR2_PACKAGE_JQ=y