From 1511cf0e6db83e3ac0b3b611bffc50410ea23324 Mon Sep 17 00:00:00 2001 From: CvH Date: Sat, 15 Feb 2020 17:56:07 +0100 Subject: [PATCH] =?UTF-8?q?crazycat:=20update=20to=202020=E2=80=9102?= =?UTF-8?q?=E2=80=9114?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dvb/crazycat/package.mk | 6 ++--- .../patches/crazycat-01-remove-rmmod.pl.patch | 12 --------- .../patches/crazycat-02-disable-modules.patch | 26 ------------------- .../crazycat-03-disable-partly-pci.patch | 9 +++---- 4 files changed, 7 insertions(+), 46 deletions(-) delete mode 100644 packages/linux-driver-addons/dvb/crazycat/patches/crazycat-01-remove-rmmod.pl.patch delete mode 100644 packages/linux-driver-addons/dvb/crazycat/patches/crazycat-02-disable-modules.patch diff --git a/packages/linux-driver-addons/dvb/crazycat/package.mk b/packages/linux-driver-addons/dvb/crazycat/package.mk index d735b6e870..1aaade4781 100644 --- a/packages/linux-driver-addons/dvb/crazycat/package.mk +++ b/packages/linux-driver-addons/dvb/crazycat/package.mk @@ -2,11 +2,11 @@ # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) PKG_NAME="crazycat" -PKG_VERSION="ca1ea9fc2cfaedfc32bd0ac628e03e9aa379e3ad" -PKG_SHA256="6b44a96d82c4a3e052864a995baceaede46b37c048c5718a6f62a009492d08ff" +PKG_VERSION="18984b1ae3b4bd558e72a4196d9b392f31fd8447" +PKG_SHA256="90f2e4248102baa8935bd835cfc1cd4106b0013ff7482bf06aebc87485b1ffd1" PKG_LICENSE="GPL" PKG_SITE="https://bitbucket.org/CrazyCat/media_build" -PKG_URL="https://bitbucket.org/CrazyCat/media_build/get/$PKG_VERSION.tar.gz" +PKG_URL="https://github.com/LibreELEC/media_build/archive/${PKG_VERSION}.tar.gz" PKG_DEPENDS_UNPACK="media_tree_cc" PKG_SECTION="driver.dvb" PKG_LONGDESC="DVB driver for TBS cards with CrazyCats additions" diff --git a/packages/linux-driver-addons/dvb/crazycat/patches/crazycat-01-remove-rmmod.pl.patch b/packages/linux-driver-addons/dvb/crazycat/patches/crazycat-01-remove-rmmod.pl.patch deleted file mode 100644 index d7b472a3d3..0000000000 --- a/packages/linux-driver-addons/dvb/crazycat/patches/crazycat-01-remove-rmmod.pl.patch +++ /dev/null @@ -1,12 +0,0 @@ -[Patch] without this patch you need to install libproc-processtable-perl at host system - ---- a/v4l/Makefile -+++ b/v4l/Makefile -@@ -51,7 +51,6 @@ default:: prepare firmware - @echo Kernel build directory is $(OUTDIR) - $(MAKE) -C ../linux apply_patches - $(MAKE) -C $(OUTDIR) SUBDIRS=$(PWD) $(MYCFLAGS) modules -- ./scripts/rmmod.pl check - # $(MAKE) checkpatch - - mismatch:: prepare firmware diff --git a/packages/linux-driver-addons/dvb/crazycat/patches/crazycat-02-disable-modules.patch b/packages/linux-driver-addons/dvb/crazycat/patches/crazycat-02-disable-modules.patch deleted file mode 100644 index dd270284ec..0000000000 --- a/packages/linux-driver-addons/dvb/crazycat/patches/crazycat-02-disable-modules.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/v4l/scripts/make_kconfig.pl -+++ b/v4l/scripts/make_kconfig.pl -@@ -626,6 +626,11 @@ ($$) - close OUT; - - # These options should default to off -+disable_config('MEDIA_ANALOG_TV_SUPPORT'); -+disable_config('MEDIA_CAMERA_SUPPORT'); -+disable_config('MEDIA_CEC_SUPPORT'); -+disable_config('SOC_CAMERA'); -+disable_config('CEC_CORE'); - disable_config('DVB_AV7110_FIRMWARE'); - disable_config('DVB_CINERGYT2_TUNING'); - disable_config('VIDEO_HELPER_CHIPS_AUTO'); ---- a/v4l/versions.txt -+++ b/v4l/versions.txt -@@ -2,6 +2,9 @@ - [9.255.255] - VIDEO_IPU3_IMGU - VIDEO_DW9714 -+CEC_NOTIFIER -+MEDIA_CEC_RC -+MEDIA_CEC_SUPPORT - - [4.19.0] - # Needs union ec_response_get_next_data_v1.cec_message diff --git a/packages/linux-driver-addons/dvb/crazycat/patches/disable-pci/crazycat-03-disable-partly-pci.patch b/packages/linux-driver-addons/dvb/crazycat/patches/disable-pci/crazycat-03-disable-partly-pci.patch index 9597215214..7ca74970b5 100644 --- a/packages/linux-driver-addons/dvb/crazycat/patches/disable-pci/crazycat-03-disable-partly-pci.patch +++ b/packages/linux-driver-addons/dvb/crazycat/patches/disable-pci/crazycat-03-disable-partly-pci.patch @@ -1,12 +1,11 @@ --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl -@@ -626,6 +626,9 @@ ($$) +@@ -626,6 +626,8 @@ ($$) close OUT; # These options should default to off -+disable_config('VIDEO_CX25840'); +disable_config('VIDEO_SAA7146'); +disable_config('VIDEO_SAA7146_VV'); - disable_config('MEDIA_ANALOG_TV_SUPPORT'); - disable_config('MEDIA_CAMERA_SUPPORT'); - disable_config('MEDIA_CEC_SUPPORT'); + disable_config('DVB_AV7110_FIRMWARE'); + disable_config('DVB_CINERGYT2_TUNING'); + disable_config('VIDEO_HELPER_CHIPS_AUTO');