Skip to content

Commit

Permalink
Update openwrt-http.go for 23.05
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Winkler <[email protected]>
  • Loading branch information
tew42 authored and stgraber committed Oct 16, 2023
1 parent fe484ba commit 78e17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/openwrt-http.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 78e17c8

Please sign in to comment.