From 5fee91017685abc628cd409556ec151467c5c64e Mon Sep 17 00:00:00 2001 From: stubbfelnewpc Date: Sun, 24 Oct 2021 15:10:12 +0200 Subject: [PATCH] update to openwrt 19.07.8 --- devices/gli-repeater-img.nix | 2 +- devices/my-router-img.nix | 3 +-- devices/pi-img.nix | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/devices/gli-repeater-img.nix b/devices/gli-repeater-img.nix index 229405b..4c1b379 100644 --- a/devices/gli-repeater-img.nix +++ b/devices/gli-repeater-img.nix @@ -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" diff --git a/devices/my-router-img.nix b/devices/my-router-img.nix index 01e4e28..cc54255 100644 --- a/devices/my-router-img.nix +++ b/devices/my-router-img.nix @@ -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" diff --git a/devices/pi-img.nix b/devices/pi-img.nix index 1c7aa0c..1a71f76 100644 --- a/devices/pi-img.nix +++ b/devices/pi-img.nix @@ -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"]; }