From ef4743c1b31ba5e90e7f7e45fe87bc6282472de4 Mon Sep 17 00:00:00 2001 From: CvH Date: Sun, 26 Aug 2018 17:25:32 +0200 Subject: [PATCH] driver addons: enable dvb-latest --- projects/Generic/options | 2 +- projects/RPi/options | 2 +- projects/Rockchip/options | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index dc2086850f..d767ec5954 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -92,7 +92,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 af054f501d..e63d47d914 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -166,4 +166,4 @@ fi # driver addons to install: # for a list of additional drivers see packages/linux-driver-addons # Space separated list is supported, - DRIVER_ADDONS="crazycat" + DRIVER_ADDONS="crazycat dvb-latest" diff --git a/projects/Rockchip/options b/projects/Rockchip/options index ff95516c72..5744d9e477 100644 --- a/projects/Rockchip/options +++ b/projects/Rockchip/options @@ -81,4 +81,4 @@ # driver addons to install: # for a list of additinoal drivers see packages/linux-driver-addons # Space separated list is supported, - DRIVER_ADDONS="crazycat" + DRIVER_ADDONS="crazycat dvb-latest"