From 5f3b67d2398ee9b3486ef3df50322d526e96d443 Mon Sep 17 00:00:00 2001 From: cvh Date: Sun, 10 Dec 2017 18:50:38 +0100 Subject: [PATCH] driver addons: enable for Generic --- projects/Generic/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index 41e6871c9e..56da7426e2 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -90,9 +90,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 additinoal drivers see packages/linux-driver-addons # Space separated list is supported, - DRIVER_ADDONS="" + DRIVER_ADDONS="crazycat digital_devices hauppauge"