From d20b79e06a8c6b1f6c93c3adcc12abbb997c5baa Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 21 Feb 2024 15:32:42 +0100 Subject: [PATCH] jffs, kexecboot --- devices/tp-archer-ax23/default.nix | 1 + examples/ax23-extneder.nix | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/devices/tp-archer-ax23/default.nix b/devices/tp-archer-ax23/default.nix index d240812..600a6af 100644 --- a/devices/tp-archer-ax23/default.nix +++ b/devices/tp-archer-ax23/default.nix @@ -47,6 +47,7 @@ ../../modules/arch/mipsel.nix ../../modules/outputs/tftpboot.nix ../../modules/outputs/tplink-safeloader.nix + ../../modules/outputs/jffs2.nix ]; config = { kernel = { diff --git a/examples/ax23-extneder.nix b/examples/ax23-extneder.nix index 1e0928f..2082c1c 100644 --- a/examples/ax23-extneder.nix +++ b/examples/ax23-extneder.nix @@ -24,6 +24,7 @@ in rec { ../modules/ssh ../modules/bridge ../modules/hostapd + ../modules/outputs/kexecboot.nix ]; hostname = "yardbird"; @@ -149,7 +150,10 @@ in rec { users.root = secrets.root; defaultProfile.packages = with pkgs; [ - figlet - #tcpdump + tcpdump + # for arp + nettools + # for kexec booting + gnutar ]; }