From 677e22d5e25dcb23ec2495df3808caef38c9f109 Mon Sep 17 00:00:00 2001 From: stubbfelnewpc Date: Sun, 29 May 2022 18:07:22 +0200 Subject: [PATCH] update to 21.02.3 --- devices/my-router-img.nix | 2 +- devices/pi-img.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/my-router-img.nix b/devices/my-router-img.nix index 15c167f..1a9231c 100644 --- a/devices/my-router-img.nix +++ b/devices/my-router-img.nix @@ -2,7 +2,7 @@ pkgs.callPackage ../buildOpenwrt.nix { target = "mvebu"; arch = "cortexa9"; - version= "21.02.2"; + version= "21.02.3"; profile = "linksys_wrt1200ac"; packages = [ "adblock" diff --git a/devices/pi-img.nix b/devices/pi-img.nix index 7e8df2b..0f8122f 100644 --- a/devices/pi-img.nix +++ b/devices/pi-img.nix @@ -2,7 +2,7 @@ pkgs.callPackage ../buildOpenwrt.nix { target = "bcm27xx"; arch = "bcm2708"; - version= "21.02.2"; + version= "21.02.3"; profile = "rpi"; packages = ["luci-ssl"]; }