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"