mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
dvb-latest: update to 44385b9
This commit is contained in:
parent
33a03734d8
commit
cad1e3a604
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="dvb-latest"
|
PKG_NAME="dvb-latest"
|
||||||
PKG_VERSION="baf45935ffad914f33faf751ad9f4d0dd276c021"
|
PKG_VERSION="9f419c414672676f63e85a61ea99df0ddcd6e9a7"
|
||||||
PKG_SHA256="591f0c4c039f4b2453982187447232fa2e72a48dfd915ed307ae11c7a6427031"
|
PKG_SHA256="284026f37db8880247f94e8fb763107c47ac44460d1b7819e076c61ccec9b86c"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://git.linuxtv.org/media_build.git"
|
PKG_SITE="http://git.linuxtv.org/media_build.git"
|
||||||
PKG_URL="https://git.linuxtv.org/media_build.git/snapshot/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://git.linuxtv.org/media_build.git/snapshot/${PKG_VERSION}.tar.gz"
|
||||||
@ -27,8 +27,8 @@ pre_make_target() {
|
|||||||
make_target() {
|
make_target() {
|
||||||
cp -RP $(get_build_dir media_tree)/* $PKG_BUILD/linux
|
cp -RP $(get_build_dir media_tree)/* $PKG_BUILD/linux
|
||||||
|
|
||||||
# make staging config (all + experimental)
|
# make config all
|
||||||
kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path) stagingconfig
|
kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path) allyesconfig
|
||||||
|
|
||||||
kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path)
|
kernel_make VER=$KERNEL_VER SRCDIR=$(kernel_path)
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
--- a/v4l/scripts/make_kconfig.pl
|
||||||
|
+++ b/v4l/scripts/make_kconfig.pl
|
||||||
|
@@ -626,6 +626,10 @@ ($$)
|
||||||
|
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('DVB_AV7110_FIRMWARE');
|
||||||
|
disable_config('DVB_CINERGYT2_TUNING');
|
||||||
|
disable_config('VIDEO_HELPER_CHIPS_AUTO');
|
Loading…
x
Reference in New Issue
Block a user