Bump to the latest git version of this out-of-tree driver. This allows to compile the driver against Linux 5.12.
20 lines
579 B
Makefile
20 lines
579 B
Makefile
################################################################################
|
|
#
|
|
# Realtek RTL8812AU driver
|
|
#
|
|
################################################################################
|
|
|
|
RTL8812AU_VERSION = 1c9d034b20aa5c15dbf5bb5dfcb83346a692f827
|
|
RTL8812AU_SITE = $(call github,aircrack-ng,rtl8812au,$(RTL8812AU_VERSION))
|
|
RTL8812AU_LICENSE = GPL-2.0
|
|
RTL8812AU_LICENSE_FILES = COPYING
|
|
#RTL8812AU_MODULE_SUBDIRS = src
|
|
|
|
RTL8812AU_MODULE_MAKE_OPTS = \
|
|
CONFIG_88XXAU=m \
|
|
KVER=$(LINUX_VERSION_PROBED) \
|
|
KSRC=$(LINUX_DIR)
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|