kumquat-buildroot/package/xr819-xradio/xr819-xradio.mk
Giulio Benetti aab9cb163e package/xr819-xradio: bump to latest version to fix Linux >= 5.13 building
Pending PR is now merged[1] and it fixes Linux >= 5.13 building. So let's
bump xr819-xradio version.

[1]: https://github.com/fifteenhex/xradio/pull/15

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Tested-by: Sergey Kuzminov <kuzminov.sergey81@gmail.com>
Tested-by: Sergey Kuzminov <kuzminov.sergey81@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-22 13:16:14 +01:00

14 lines
444 B
Makefile

################################################################################
#
# xr819-xradio
#
################################################################################
XR819_XRADIO_VERSION = 16180b6308e3c5dc42a92a663adf669028087ff7
XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
XR819_XRADIO_LICENSE = GPL-2.0
XR819_XRADIO_LICENSE_FILES = LICENSE
$(eval $(kernel-module))
$(eval $(generic-package))