update to 21.02.2

This commit is contained in:
stubbfelnewpc
2022-04-02 14:57:21 +02:00
parent 4581c7155d
commit 2b96ab089c
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.1"; version= "21.02.2";
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.1"; version= "21.02.2";
profile = "rpi"; profile = "rpi";
packages = ["luci-ssl"]; packages = ["luci-ssl"];
} }