From bca69ea0ed3e62d1164c301f3e6865a8235973a4 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 12 Nov 2019 22:40:34 +0000 Subject: [PATCH] Generic: disable digital_devices - not 5.4-rc1 compatible Failure: http://milhouse.libreelec.tv/other/digital_devices.txt --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index 6c34ef056f..5ffa1f33c4 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -82,7 +82,7 @@ # driver addons to install: # for a list of additional drivers see packages/linux-driver-addons # Space separated list is supported, - DRIVER_ADDONS="crazycat digital_devices dvb-latest" + DRIVER_ADDONS="crazycat dvb-latest" # Default size of the ova image, in MB, eg. 4096 OVA_SIZE="4096"