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