pkgs/openwrt: add modelPackages for tplink_archer-c7-v2, ubnt_unifiac-lite

This commit is contained in:
Astro 2022-06-23 18:08:59 +02:00
parent bc764e2526
commit ad02ac3975
1 changed files with 8 additions and 0 deletions

View File

@ -6,10 +6,18 @@ let
uciConfig = hostName: import ./uci-config.nix { inherit self pkgs hostName; };
modelPackages = {
"tplink_archer-c7-v2" = [
"-kmod-ath10k-ct" "-ath10k-firmware-qca988x-ct"
"kmod-ath10k" "ath10k-firmware-qca988x"
];
"tplink_archer-c7-v5" = [
"-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"
];
};
in rec {
sshScript = hostName: