From: John Audia Date: Fri, 2 Jan 2026 16:55:24 +0000 (-0500) Subject: rtl8812au-ct: restrict to kernels ≤ 6.18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57ce8f50e613cb9675b9256afab05bcea466e8f3;p=thirdparty%2Fopenwrt.git rtl8812au-ct: restrict to kernels ≤ 6.18 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 --- diff --git a/package/kernel/rtl8812au-ct/Makefile b/package/kernel/rtl8812au-ct/Makefile index 4d0ca18d2cd..39a7715a1b3 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)