meta-agl-bsp: enable WL-722N v2 support 53/25153/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 25 Aug 2020 20:18:01 +0000 (16:18 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 28 Aug 2020 09:58:54 +0000 (09:58 +0000)
A driver for the Realtek R8188EU chipset in the WL-722N v2 has been
available for a while in staging, go ahead and enable it to allow
those adapters to work.

Bug-AGL: SPEC-754

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib7aa20f16e0140f5dde39ece27b65f7dfaa5c2b7
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25153
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/recipes-kernel/linux/linux-agl.inc
meta-agl-bsp/recipes-kernel/linux/linux/wifi.cfg [moved from meta-agl-bsp/recipes-kernel/linux/linux/ath9k_htc.cfg with 70% similarity]

index 0becf20..9c3976a 100644 (file)
@@ -66,9 +66,9 @@ SRC_URI_append_netboot = " file://nbd.cfg \
        file://ramdisk.cfg"
 KERNEL_CONFIG_FRAGMENTS_append_netboot = " ${WORKDIR}/nbd.cfg ${WORKDIR}/ramdisk.cfg"
 
-# Enable support for TP-Link TL-W722N USB Wifi adapter
-SRC_URI_append = " file://ath9k_htc.cfg"
-KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg"
+# Enable support for TP-Link TL-W722N USB Wifi adapter (rev 1 and 2)
+SRC_URI_append = " file://wifi.cfg"
+KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/wifi.cfg"
 
 # Enable support for RTLSDR
 SRC_URI_append = " file://rtl_sdr.cfg"
@@ -2,3 +2,5 @@ CONFIG_CFG80211=m
 CONFIG_MAC80211=m
 CONFIG_WLAN_VENDOR_ATH=m
 CONFIG_ATH9K_HTC=m
+CONFIG_STAGING=y
+CONFIG_R8188EU=m