c952070371
Update out-of-tree driver to make it work with Linux kernel v5.17 (and older kernels not compatible with previous driver version, like v5.15 etc). Signed-off-by: Jan Havran <havran.jan@email.cz> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
506 B
Makefile
18 lines
506 B
Makefile
################################################################################
|
|
#
|
|
# rtl8189es
|
|
#
|
|
################################################################################
|
|
|
|
RTL8189ES_VERSION = 39c17661136da48f8e9c644194dce6a7f5076896
|
|
RTL8189ES_SITE = $(call github,jwrdegoede,rtl8189ES_linux,$(RTL8189ES_VERSION))
|
|
RTL8189ES_LICENSE = GPL-2.0
|
|
|
|
RTL8189ES_MODULE_MAKE_OPTS = \
|
|
CONFIG_RTL8189ES=m \
|
|
KVER=$(LINUX_VERSION_PROBED) \
|
|
KSRC=$(LINUX_DIR)
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|