2018-10-30 20:37:49 +01:00
|
|
|
SUMMARY = "Xradio WiFi driver for orangepi-zero"
|
2022-09-09 13:59:47 +02:00
|
|
|
LICENSE = "GPL-2.0-only"
|
2018-10-30 20:37:49 +01:00
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
|
|
|
|
|
|
|
|
inherit module
|
|
|
|
|
|
|
|
PV = "0.1"
|
|
|
|
PR = "r0"
|
|
|
|
|
2021-08-23 18:39:23 +02:00
|
|
|
RDEPENDS:${PN} += "xradio-firmware"
|
2018-10-30 20:37:49 +01:00
|
|
|
|
|
|
|
COMPATIBLE_MACHINE = "orange-pi-zero"
|
|
|
|
|
2020-10-15 19:50:50 +02:00
|
|
|
SRCREV = "279868ac96f6db34b65f68c6722830fa0aacb86b"
|
2018-10-30 20:37:49 +01:00
|
|
|
|
2020-10-15 19:50:50 +02:00
|
|
|
SRC_URI = "\
|
|
|
|
git://github.com/dbeinder/xradio.git;protocol=https;branch=karabek_rebase \
|
|
|
|
file://0001-Enable-out-of-tree-compilation.patch \
|
2018-10-30 20:37:49 +01:00
|
|
|
"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
2018-11-03 22:43:29 +01:00
|
|
|
EXTRA_OEMAKE += "-C ${STAGING_KERNEL_DIR} M=${S}"
|
|
|
|
|
2018-10-30 20:37:49 +01:00
|
|
|
KERNEL_MODULE_AUTOLOAD += "xradio_wlan"
|