kumquat-buildroot/package/xr819-xradio/xr819-xradio.mk
Giulio Benetti dd2e9a2a0d package/xr819-xradio: bump to 2022-12-30 version on branch master
This version allows to build with Linux 6.1

Fixes:
Still not reported

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-02-08 20:23:13 +01:00

22 lines
700 B
Makefile

################################################################################
#
# xr819-xradio
#
################################################################################
XR819_XRADIO_VERSION = 005f28cfe9e20b7f2dfd9d32d38ee97060dc707f
XR819_XRADIO_SITE = $(call github,fifteenhex,xradio,$(XR819_XRADIO_VERSION))
XR819_XRADIO_LICENSE = GPL-2.0
XR819_XRADIO_LICENSE_FILES = LICENSE
define XR819_XRADIO_LINUX_CONFIG_FIXUPS
$(call KCONFIG_ENABLE_OPT,CONFIG_WIRELESS)
$(call KCONFIG_ENABLE_OPT,CONFIG_CFG80211)
$(call KCONFIG_ENABLE_OPT,CONFIG_MAC80211)
$(call KCONFIG_ENABLE_OPT,CONFIG_MMC)
$(call KCONFIG_ENABLE_OPT,CONFIG_PM)
endef
$(eval $(kernel-module))
$(eval $(generic-package))