From ad124c7a9e39a98862b33ef152019e4e0366528d Mon Sep 17 00:00:00 2001 From: Michel Wohlert Date: Fri, 22 Mar 2019 10:20:57 +0100 Subject: [PATCH] xradio.bb: Add xradio driver Add xradio driver for XR819 Wifi chipsets Changelog-entry: Add xradio out-of-tree kernel module --- .../recipes-kernel/xradio/xradio.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 layers/meta-resin-allwinner/recipes-kernel/xradio/xradio.bb diff --git a/layers/meta-resin-allwinner/recipes-kernel/xradio/xradio.bb b/layers/meta-resin-allwinner/recipes-kernel/xradio/xradio.bb new file mode 100644 index 0000000..532857f --- /dev/null +++ b/layers/meta-resin-allwinner/recipes-kernel/xradio/xradio.bb @@ -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" \ No newline at end of file