mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
2e20344575
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
24 lines
501 B
BlitzBasic
24 lines
501 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 = "6bf0e2e21c80456e2a3d4ad1267caecde7165871"
|
|
|
|
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"
|