Generic/RPi: disable crazycat, dvb-latest (incompatible)

This commit is contained in:
MilhouseVH 2019-03-21 11:33:29 +00:00
parent 6d5dfb4eb2
commit dd2298b677
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"