From 12dc7b849cb42c4d148fd3f5545ef67b74d129e7 Mon Sep 17 00:00:00 2001 From: stubbfelnewpc Date: Wed, 9 Nov 2022 22:23:55 +0100 Subject: [PATCH] update to 22.03.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 1a9231c..3d41584 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.3"; + version= "22.03.2"; profile = "linksys_wrt1200ac"; packages = [ "adblock" diff --git a/devices/pi-img.nix b/devices/pi-img.nix index 0f8122f..85ee134 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.3"; + version= "22.03.2"; profile = "rpi"; packages = ["luci-ssl"]; }