From de2635c331ac74a744f2a60ac288317a4ea08858 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 11 Jan 2023 19:28:15 +0100 Subject: [PATCH] pkgs/openwrt/default: don't use ath10k-ct firmware on ubnt_unifiac too --- nix/pkgs/openwrt/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/pkgs/openwrt/default.nix b/nix/pkgs/openwrt/default.nix index f69ae0b..56f4f6d 100644 --- a/nix/pkgs/openwrt/default.nix +++ b/nix/pkgs/openwrt/default.nix @@ -18,6 +18,10 @@ let "-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" + ]; "dir-615-d" = [ # flash size reasons "-wpad-openssl"