diff options
| author | George Sapkin | 2025-12-28 15:37:08 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:11:03 +0000 |
| commit | 038546e2e5606d201134a9165fb6b775bb4b8021 (patch) | |
| tree | ceaec4833215e2772e251bec4335a538dd61e5ac | |
| parent | f1520c287159cec5c94bd7b04ebcb81d7ab44259 (diff) | |
| download | openwrt-038546e2e5606d201134a9165fb6b775bb4b8021.tar.gz | |
kernel/rtl8812au-ct: provide a virtual kmod
Switch rtl8812au-ct to use the new virtual kmod provides semantic.
Signed-off-by: George Sapkin <george@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@gmail.com>
| -rw-r--r-- | package/kernel/rtl8812au-ct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 := \ |