mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-12-24 05:56:40 +01:00
Some of them were introduced by mass-removal of S = WORKDIR/git assignments;
rather than try to fix up (or redo) just these, I've run this sed command over
the whole tree:
sed -i -z -E 's/([ \t\f\v\r]*\n){3,}/\n\n/g' `find . -name *.bb -o -name *.inc`
The rationale is that more than one empty line is wasting vertical screen space, and
does nothing for readability.
Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
23 lines
505 B
BlitzBasic
23 lines
505 B
BlitzBasic
SUMMARY = "Xradio WiFi driver for orangepi-zero"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
|
|
|
|
inherit module
|
|
|
|
PV = "0.1"
|
|
PR = "r0"
|
|
|
|
RDEPENDS:${PN} += "xradio-firmware"
|
|
|
|
COMPATIBLE_MACHINE = "orange-pi-zero"
|
|
|
|
SRCREV = "547521df27d1a80fb5542e93fa13bd09fb2259a2"
|
|
|
|
SRC_URI = "\
|
|
git://github.com/fifteenhex/xradio.git;protocol=http;branch=master \
|
|
"
|
|
|
|
EXTRA_OEMAKE += "-C ${STAGING_KERNEL_DIR} M=${S}"
|
|
|
|
KERNEL_MODULE_AUTOLOAD += "xradio_wlan"
|