[openwrt/openwrt] kernel/rtl8812au-ct: provide a virtual kmod

LEDE Commits lede-commits at lists.infradead.org
Wed Dec 31 09:17:00 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2c81176f2b5cfde3fd1a7243077802b106d3dd71

commit 2c81176f2b5cfde3fd1a7243077802b106d3dd71
Author: George Sapkin <george at sapk.in>
AuthorDate: Sun Dec 28 17:37:08 2025 +0200

    kernel/rtl8812au-ct: provide a virtual kmod
    
    Switch rtl8812au-ct to use the new virtual kmod provides semantic.
    
    Signed-off-by: George Sapkin <george at sapk.in>
    Link: https://github.com/openwrt/openwrt/pull/21288
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 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 c6d09e50b8..4d0ca18d2c 100644
--- a/package/kernel/rtl8812au-ct/Makefile
+++ b/package/kernel/rtl8812au-ct/Makefile
@@ -28,7 +28,7 @@ define KernelPackage/rtl8812au-ct
   FILES:=\
 	$(PKG_BUILD_DIR)/rtl8812au.ko
   AUTOLOAD:=$(call AutoProbe,rtl8812au)
-  PROVIDES:=kmod-rtl8812au
+  PROVIDES:=@kmod-rtl8812au-any
 endef
 
 NOSTDINC_FLAGS := \




More information about the lede-commits mailing list