681c1614be
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>
14 lines
444 B
Makefile
14 lines
444 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|