xr819-xradio: new package

This patch adds xradio wireless driver for SDIO WiFi chip XR819.
The out-of-tree driver is sourced from fifteenhex's work
on github https://github.com/fifteenhex/xradio

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
[Thomas: add entry in DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017.08.x
Sergey Matyukevich 2017-06-18 21:41:59 +03:00 committed by Thomas Petazzoni
parent a435247b01
commit 681c1614be
5 changed files with 29 additions and 0 deletions

View File

@ -1487,6 +1487,9 @@ F: package/libbson/
F: package/lua-resty-http/
F: package/mpir/
N: Sergey Matyukevich <geomatsi@gmail.com>
F: package/xr819-xradio/
N: Sergio Prado <sergio.prado@e-labworks.com>
F: package/libgdiplus/
F: package/mongodb/

View File

@ -505,6 +505,7 @@ endmenu
source "package/wf111/Config.in"
source "package/wipe/Config.in"
source "package/xorriso/Config.in"
source "package/xr819-xradio/Config.in"
endmenu
menu "Interpreter languages and scripting"

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_XR819_XRADIO
bool "xr819-xradio"
depends on BR2_LINUX_KERNEL
help
Wireless driver for SDIO WiFi chip XR819
https://github.com/fifteenhex/xradio
comment "xr819-xradio driver needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL

View File

@ -0,0 +1,2 @@
# Locally computed
sha256 5e9f59942b3880768b4812ab6db395bd1fa6d423cae9c09504baa416f064a10d xr819-xradio-014dfdd203102c5fd2370a73ec4ae3e6dd4e9ded.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# xr819-xradio
#
################################################################################
XR819_XRADIO_VERSION = 014dfdd203102c5fd2370a73ec4ae3e6dd4e9ded
XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
XR819_XRADIO_LICENSE = GPL-2.0
XR819_XRADIO_LICENSE_FILES = LICENSE
$(eval $(kernel-module))
$(eval $(generic-package))