mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
251d048d0b
Current xradio driver have an issue that with 5.x kernel doesn't work properly. Bump it to more maintained one which support also 5.x kernel. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
26 lines
579 B
BlitzBasic
26 lines
579 B
BlitzBasic
SUMMARY = "Xradio WiFi driver for orangepi-zero"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
|
|
|
|
inherit module
|
|
|
|
PV = "0.1"
|
|
PR = "r0"
|
|
|
|
RDEPENDS_${PN} += "xradio-firmware"
|
|
|
|
COMPATIBLE_MACHINE = "orange-pi-zero"
|
|
|
|
SRCREV = "279868ac96f6db34b65f68c6722830fa0aacb86b"
|
|
|
|
SRC_URI = "\
|
|
git://github.com/dbeinder/xradio.git;protocol=https;branch=karabek_rebase \
|
|
file://0001-Enable-out-of-tree-compilation.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE += "-C ${STAGING_KERNEL_DIR} M=${S}"
|
|
|
|
KERNEL_MODULE_AUTOLOAD += "xradio_wlan"
|