summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-04-15 12:17:17 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-04-15 12:17:17 +0300
commit02c1a4f94c30d46802f0f8e77855e5c917aa1843 (patch)
tree6f5ff78b79e01e8f1da76c08e6d4fa44aa3bca28
parent56887d44144c03781d6d08d015ddb3949ca1e03d (diff)
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 <oleksandr.suvorov@toradex.com>
-rw-r--r--recipes-kernel/backports/files/apalis-imx8/99-backports.conf8
1 files changed, 8 insertions, 0 deletions
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