From 57ce8f50e613cb9675b9256afab05bcea466e8f3 Mon Sep 17 00:00:00 2001 From: John Audia Date: Fri, 2 Jan 2026 11:55:24 -0500 Subject: [PATCH] =?UTF-8?q?rtl8812au-ct:=20restrict=20to=20kernels=20?= =?UTF-8?q?=E2=89=A4=206.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The rtl8812au-ct driver is obsolete and replaced by rtw88. It will need tons of work to compile against 6.18 so for now limit it to 6.12. Co-authored-by: Mieczyslaw Nalewaj Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/21078 Signed-off-by: Robert Marko --- package/kernel/rtl8812au-ct/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/rtl8812au-ct/Makefile b/package/kernel/rtl8812au-ct/Makefile index 4d0ca18d2c..39a7715a1b 100644 --- a/package/kernel/rtl8812au-ct/Makefile +++ b/package/kernel/rtl8812au-ct/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/rtl8812au-ct SUBMENU:=Wireless Drivers TITLE:=Driver for Realtek 8812 AU devices comfast 912-ac, etc - DEPENDS:=+kmod-cfg80211 +kmod-usb-core +@DRIVER_11AC_SUPPORT + DEPENDS:=@!LINUX_6_18 +kmod-cfg80211 +kmod-usb-core +@DRIVER_11AC_SUPPORT FILES:=\ $(PKG_BUILD_DIR)/rtl8812au.ko AUTOLOAD:=$(call AutoProbe,rtl8812au)