xradio.bb: Add xradio driver
Add xradio driver for XR819 Wifi chipsets Changelog-entry: Add xradio out-of-tree kernel module
This commit is contained in:
parent
ac924f741e
commit
ad124c7a9e
1 changed files with 16 additions and 0 deletions
16
layers/meta-resin-allwinner/recipes-kernel/xradio/xradio.bb
Normal file
16
layers/meta-resin-allwinner/recipes-kernel/xradio/xradio.bb
Normal file
|
@ -0,0 +1,16 @@
|
|||
SUMMARY = "Xradio WiFi driver for orangepi-zero"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
|
||||
|
||||
inherit module
|
||||
|
||||
SRCREV = "b7789c274091344eeff47cf34a48e0b225de852b"
|
||||
|
||||
SRC_URI = "git://github.com/fifteenhex/xradio.git;protocol=https \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += "-C ${STAGING_KERNEL_DIR} M=${S}"
|
||||
|
||||
KERNEL_MODULE_AUTOLOAD += "xradio_wlan"
|
Loading…
Add table
Reference in a new issue