3 Commits

Author SHA1 Message Date
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
stubbfelnewpc
5fee910176 update to openwrt 19.07.8 2021-10-24 15:14:14 +02:00
3 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
pkgs.callPackage ../buildOpenwrt.nix {
target = "ar71xx";
arch = "generic";
version= "19.07.7";
version= "19.07.8";
profile = "gl-inet-6416A-v1";
packages = [
"luci-ssl"

View File

@@ -2,8 +2,7 @@
pkgs.callPackage ../buildOpenwrt.nix {
target = "mvebu";
arch = "cortexa9";
version= "19.07.7";
builderVersion = "19.07-SNAPSHOT";
version= "21.02.1";
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.7";
version= "21.02.1";
profile = "rpi";
packages = ["luci-ssl"];
}