From a84afb3a95d960652e1234d0cf3183dd5ed59874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 5 Nov 2023 04:10:44 +0100 Subject: [PATCH] Throw out old and noisy candelatech firmware --- nix/pkgs/openwrt/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/pkgs/openwrt/default.nix b/nix/pkgs/openwrt/default.nix index bd6c48b..07def0e 100644 --- a/nix/pkgs/openwrt/default.nix +++ b/nix/pkgs/openwrt/default.nix @@ -14,10 +14,10 @@ let "-kmod-ath10k-ct" "-ath10k-firmware-qca988x-ct" "kmod-ath10k" "ath10k-firmware-qca988x" ]; - # "ubnt_unifiac-lite" = [ - # "-kmod-ath10k-ct" "-ath10k-firmware-qca988x-ct" - # "kmod-ath10k" "ath10k-firmware-qca988x" - # ]; + "ubnt_unifiac-lite" = [ + "-kmod-ath10k-ct" "-ath10k-firmware-qca988x-ct" + "kmod-ath10k" "ath10k-firmware-qca988x" + ]; "ubnt_unifiac-mesh" = [ "-kmod-ath10k-ct" "-ath10k-firmware-qca988x-ct" "kmod-ath10k" "ath10k-firmware-qca988x"