From 550237b9fda74f1ee809f7bd1e79dfb99ffd7409 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 23 Oct 2018 12:21:24 +0100 Subject: [PATCH] Generic: Enable DVB but disable CrazyCat (depends on PR3001) --- projects/Generic/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index 6b01e037ef..bba708a266 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -92,9 +92,9 @@ ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS bcm_sta intel_nuc_led" # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" + DRIVER_ADDONS_SUPPORT="yes" # 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="digital_devices dvb-latest"