update to openwrt 19.07.8

This commit is contained in:
stubbfelnewpc
2021-10-24 15:10:12 +02:00
parent 5a79743e88
commit 5fee910176
3 changed files with 3 additions and 4 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= "19.07.8";
profile = "linksys_wrt1200ac";
packages = [
"adblock"

View File

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