From dd2298b67729c29f78bbada740bc96357ab4822a Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Thu, 21 Mar 2019 11:33:29 +0000 Subject: [PATCH] Generic/RPi: disable crazycat, dvb-latest (incompatible) --- projects/Generic/options | 2 +- projects/RPi/options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index 7c4e1691fc..3b0ff14c65 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -97,7 +97,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 digital_devices dvb-latest" # Default size of the ova image, in MB, eg. 4096 OVA_SIZE="4096" diff --git a/projects/RPi/options b/projects/RPi/options index 686e74f015..d7f52d9612 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -136,7 +136,7 @@ # driver addons to install: # for a list of additional drivers see packages/linux-driver-addons # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" +# DRIVER_ADDONS="crazycat dvb-latest" # debug tty path DEBUG_TTY="/dev/console"