diff options
| author | George Sapkin | 2025-12-28 15:37:08 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-12-31 17:16:48 +0000 |
| commit | 2c81176f2b5cfde3fd1a7243077802b106d3dd71 (patch) | |
| tree | fe14408b6f34daf1b1547423c0bf3c914bd6fe57 | |
| parent | 8f4c64b9304a79ab6e004b945b00b25de4e5d5d7 (diff) | |
| download | openwrt-2c81176f2b5cfde3fd1a7243077802b106d3dd71.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
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 := \ |