From 7b3193a4f78f635f9945dee0ad2a75258ea9caf4 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 23 Jan 2021 02:14:28 +0000 Subject: [PATCH] Generic: enable digital_devices - 5.10.y compatible --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index 611c1e82d2..0dabb88226 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -79,7 +79,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 digital_devices dvb-latest" # Default size of the ova image, in MB, eg. 4096 OVA_SIZE="4096"