From 47890f87e0c39e3d6cd709b53f4ee1e9368a6c64 Mon Sep 17 00:00:00 2001 From: CvH Date: Sat, 15 Feb 2020 17:56:07 +0100 Subject: [PATCH] Generic/RPi: enable crazycat, dvb-latest --- 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 675138dae4..e4b35e65cd 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -74,7 +74,7 @@ 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 diff --git a/projects/RPi/options b/projects/RPi/options index 0d401f5bab..5edd9acc6b 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -115,7 +115,7 @@ ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS rpi-cirrus-config bcm2835-driver" # 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