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>
This commit is contained in:
parent
a435247b01
commit
681c1614be
@ -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/
|
||||
|
@ -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"
|
||||
|
10
package/xr819-xradio/Config.in
Normal file
10
package/xr819-xradio/Config.in
Normal 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
|
2
package/xr819-xradio/xr819-xradio.hash
Normal file
2
package/xr819-xradio/xr819-xradio.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 5e9f59942b3880768b4812ab6db395bd1fa6d423cae9c09504baa416f064a10d xr819-xradio-014dfdd203102c5fd2370a73ec4ae3e6dd4e9ded.tar.gz
|
13
package/xr819-xradio/xr819-xradio.mk
Normal file
13
package/xr819-xradio/xr819-xradio.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user