From caff672f6d60eba64e0b9f1aad5ae731f3c9e4bc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 18 Nov 2015 10:37:34 +0100 Subject: [PATCH] projects/imx6/options: dont build RTL8192EU driver for imx6 project, this fixes #4445 Signed-off-by: Stephan Raue --- projects/imx6/options | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/imx6/options b/projects/imx6/options index 5eba879565..7f7e9b9ca5 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -121,6 +121,12 @@ # Modules to install in initramfs for early boot INITRAMFS_MODULES="" + # additional drivers to install: + # for a list of additinoal drivers see packages/linux-drivers + # Space separated list is supported, + # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" + ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8188EU RTL8812AU dvbhdhomerun" + # additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware) # Space separated list is supported, # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware"