about summary refs log tree commit diff
path: root/pkgs/top-level/linux-kernels.nix
diff options
context:
space:
mode:
authorSergio Miguéns Iglesias <sergio@lony.xyz>2024-01-08 23:25:50 +0100
committerSergio Miguéns Iglesias <sergio@lony.xyz>2024-04-01 11:13:09 +0200
commitac7cf005910f7aa388a2cb6cc77ffb2dd9a9954c (patch)
tree34541cf12d7358c69ddb1a0c24c6e0a55c558fef /pkgs/top-level/linux-kernels.nix
parent03339517ec5518f41f9d107f26bceff90250388f (diff)
rtl8852au: init at 70bdde2
Diffstat (limited to 'pkgs/top-level/linux-kernels.nix')
-rw-r--r--pkgs/top-level/linux-kernels.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/linux-kernels.nix b/pkgs/top-level/linux-kernels.nix
index 92e527c735a8b..8731fc278f85a 100644
--- a/pkgs/top-level/linux-kernels.nix
+++ b/pkgs/top-level/linux-kernels.nix
@@ -444,6 +444,8 @@ in {
 
     rtl8814au = callPackage ../os-specific/linux/rtl8814au { };
 
+    rtl8852au = callPackage ../os-specific/linux/rtl8852au { };
+
     rtl88xxau-aircrack = callPackage ../os-specific/linux/rtl88xxau-aircrack {};
 
     rtl8821au = callPackage ../os-specific/linux/rtl8821au { };