[openwrt/openwrt] kernel/rtl8812au-ct: provide a virtual kmod
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 09:11:14 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/038546e2e5606d201134a9165fb6b775bb4b8021
commit 038546e2e5606d201134a9165fb6b775bb4b8021
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
(cherry picked from commit 2c81176f2b5cfde3fd1a7243077802b106d3dd71)
Link: https://github.com/openwrt/openwrt/pull/21355
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