Skip to content

Commit

Permalink
Merge pull request lxc#773 from tew42/main
Browse files Browse the repository at this point in the history
Add OpenWRT 23.05
  • Loading branch information
stgraber authored Oct 16, 2023
2 parents fe484ba + 78e17c8 commit b0313f0
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 b0313f0

Please sign in to comment.