4 Commits

Author SHA1 Message Date
stubbfelnewpc
677e22d5e2 update to 21.02.3 2022-05-29 18:07:22 +02:00
stubbfelnewpc
2b96ab089c update to 21.02.2 2022-04-02 14:57:21 +02:00
stubbfelnewpc
4581c7155d update to 21.02.1 2021-11-04 22:24:22 +01:00
stubbfelnewpc
d05afa09e8 update to 21.02.0 2021-10-24 20:55:19 +02:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,8 +1,8 @@
{ pkgs ? import <nixpkgs> {}}:
pkgs.callPackage ../buildOpenwrt.nix {
target = "brcm2708";
target = "bcm27xx";
arch = "bcm2708";
version= "19.07.8";
version= "21.02.3";
profile = "rpi";
packages = ["luci-ssl"];
}