Use rtl8812au driver provided by buildroot. This uses a newer verison of the v5.6.4.2 branch which works with newer kernel and seems to be the recommended branch. Note: It seems that our buildroot package currently fails to properly deploy the 88XXau.ko kernel module. Instead of fixing our version, just move to the buildroot version.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
comment "RTL8812AU needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
|
||||
config BR2_PACKAGE_RTL8812AU
|
||||
bool "Realtek RTL8812AU Wi-Fi driver"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
Install Realtek RTL8812AU Wi-Fi driver as a kernel module.
|
||||
|
||||
https://github.com/gnab/rtl8812au/
|
||||
@@ -1,19 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user