From 2b96ab089c2b5697b6da96a9e1bb22fdfd10aa7f Mon Sep 17 00:00:00 2001 From: stubbfelnewpc Date: Sat, 2 Apr 2022 14:57:21 +0200 Subject: [PATCH] update to 21.02.2 --- 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 e700353..15c167f 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.1"; + version= "21.02.2"; profile = "linksys_wrt1200ac"; packages = [ "adblock" diff --git a/devices/pi-img.nix b/devices/pi-img.nix index 6fa54ae..7e8df2b 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.1"; + version= "21.02.2"; profile = "rpi"; packages = ["luci-ssl"]; }