diff options
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend index 8b29aacb0..49899a4d9 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -7,6 +7,14 @@ SRC_URI += "file://fanotify.cfg \ file://drm.cfg \ " +# Enable support for TP-Link TL-W722N USB Wifi adapter +SRC_URI += " file://ath9k_htc.cfg \ + " + +# Enable support for RTLSDR +SRC_URI += " file://rtl_sdr.cfg \ + " + # disk drivers for vmdk SRC_URI_append_qemux86 = " file://vbox-vmware-sata.cfg " SRC_URI_append_qemux86_64 = " file://vbox-vmware-sata.cfg " |