update to 23.05.2

This commit is contained in:
2024-03-11 20:21:18 +00:00
parent f3f4cdeabc
commit 1d5687bbae
8 changed files with 28 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
pkgs.callPackage ../buildOpenwrt.nix {
target = "ar71xx";
arch = "generic";
version= "19.07.8";
version= "19.07.10";
profile = "gl-inet-6416A-v1";
packages = [
"luci-ssl"
@@ -12,4 +12,7 @@ pkgs.callPackage ../buildOpenwrt.nix {
"kmod-ath9k-htc"
"ath9k-htc-firmware"
];
moreBuildInputs = with pkgs; [
python2Full
];
}

View File

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

View File

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