From 01c68d9b44474aa9ddef165a52f5927bc644fe9b Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Thu, 11 Jul 2019 09:22:39 -0700 Subject: [PATCH] Dragonboard: build and install driver addons --- projects/Qualcomm/devices/Dragonboard/options | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/Qualcomm/devices/Dragonboard/options b/projects/Qualcomm/devices/Dragonboard/options index 6d0c225427..323525a310 100644 --- a/projects/Qualcomm/devices/Dragonboard/options +++ b/projects/Qualcomm/devices/Dragonboard/options @@ -88,6 +88,14 @@ # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" FIRMWARE="misc-firmware wlan-firmware dvb-firmware firmware-dragonboard" + # build and install driver addons (yes / 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 dvb-latest" + # build with installer (yes / no) INSTALLER_SUPPORT="no"