53baedf912
With introduction of vmap'ed stacks to ARM in Linux v5.18, stack parameters can no longer be used for DMA. So pull the latest xradio changes that fix the driver and make it work with vmap'ed stacks in new kernels. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
22 lines
700 B
Makefile
22 lines
700 B
Makefile
################################################################################
|
|
#
|
|
# xr819-xradio
|
|
#
|
|
################################################################################
|
|
|
|
XR819_XRADIO_VERSION = 119cad7d07aef6973dd44e4dae74d4c9defd06a2
|
|
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))
|