update to 21.02.3

This commit is contained in:
stubbfelnewpc
2022-05-29 18:07:22 +02:00
parent 2b96ab089c
commit 677e22d5e2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
pkgs.callPackage ../buildOpenwrt.nix { pkgs.callPackage ../buildOpenwrt.nix {
target = "mvebu"; target = "mvebu";
arch = "cortexa9"; arch = "cortexa9";
version= "21.02.2"; version= "21.02.3";
profile = "linksys_wrt1200ac"; profile = "linksys_wrt1200ac";
packages = [ packages = [
"adblock" "adblock"

View File

@@ -2,7 +2,7 @@
pkgs.callPackage ../buildOpenwrt.nix { pkgs.callPackage ../buildOpenwrt.nix {
target = "bcm27xx"; target = "bcm27xx";
arch = "bcm2708"; arch = "bcm2708";
version= "21.02.2"; version= "21.02.3";
profile = "rpi"; profile = "rpi";
packages = ["luci-ssl"]; packages = ["luci-ssl"];
} }