From 1d4698e6ff05c45b4176b89d8a641cc7089239be Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 13 Sep 2022 03:18:21 +0200 Subject: [PATCH] pkgs/openwrt: replace packages to fit ap39 flash --- nix/pkgs/openwrt/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nix/pkgs/openwrt/default.nix b/nix/pkgs/openwrt/default.nix index ebec370..8549335 100644 --- a/nix/pkgs/openwrt/default.nix +++ b/nix/pkgs/openwrt/default.nix @@ -18,6 +18,12 @@ let "-kmod-ath10k-ct" "-ath10k-firmware-qca988x-ct" "kmod-ath10k" "ath10k-firmware-qca988x" ]; + "dir-615-d" = [ + # flash size reasons + "-wpad-openssl" + "-tcpdump" + "wpad-wolfssl" + ]; }; in rec { sshScript = hostName: