From 02c1a4f94c30d46802f0f8e77855e5c917aa1843 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 15 Apr 2020 12:17:17 +0300 Subject: backports: fix loading rtl8188eu for apalis-imx8 With common depmod config file, the backported rtl8188eu driver tries to load for Realtek 8188EU USB devices. On the other hand, on-module Wi-Fi chip loads built-in mwifiex_pcie driver. This driver uses cfg80211 built-in module. Backported rtl8188eu driver can't use built-in cfg80211 module, so, to allow using Realtek 8188EU USB device with Colibri iMX8QXP module, the built-in rtl8188eu driver should be used. With this patch the specific depmod config file deploys on the image for Apalis iMX8QM. Related-to: ELB-2687 Signed-off-by: Oleksandr Suvorov --- recipes-kernel/backports/files/apalis-imx8/99-backports.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/backports/files/apalis-imx8/99-backports.conf diff --git a/recipes-kernel/backports/files/apalis-imx8/99-backports.conf b/recipes-kernel/backports/files/apalis-imx8/99-backports.conf new file mode 100644 index 0000000..525b827 --- /dev/null +++ b/recipes-kernel/backports/files/apalis-imx8/99-backports.conf @@ -0,0 +1,8 @@ +search built-in backports + +override mwifiex_sdio * backports +override mwifiex_usb * backports + +override r8188eu * built-in +override mwifiex_pcie * built-in +override hostap * built-in -- cgit v1.2.3