From 78e17c8491354294fc4c1d8aef780fbdf5cb9c77 Mon Sep 17 00:00:00 2001 From: Thomas Winkler <2049715+tew42@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:20:58 +0200 Subject: [PATCH] Update openwrt-http.go for 23.05 Signed-off-by: Thomas Winkler <2049715+tew42@users.noreply.github.com> --- sources/openwrt-http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/openwrt-http.go b/sources/openwrt-http.go index 4f8e10e0..c225986e 100644 --- a/sources/openwrt-http.go +++ b/sources/openwrt-http.go @@ -89,7 +89,7 @@ func (s *openwrt) Run() error { } else { switch s.definition.Image.ArchitectureMapped { case "x86_64": - if strings.HasPrefix(release, "21.02") || strings.HasPrefix(release, "22.03") { + if strings.HasPrefix(release, "21.02") || strings.HasPrefix(release, "22.03") || strings.HasPrefix(release, "23.05") { fname = fmt.Sprintf("openwrt-%s%s-rootfs.tar.gz", releaseInFilename, strings.Replace(architecturePath, "/", "-", 1)) } else {