Skip to content

Commit

Permalink
Merge pull request #193 from kloptops/main
Browse files Browse the repository at this point in the history
Fix glibc defaults.
  • Loading branch information
kloptops authored Nov 25, 2024
2 parents 1f89d9b + bb379e5 commit de3114b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions PortMaster/pylibs/harbourmaster/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,14 @@


GLIBC_INFO = {
"arkos-*": "3.30",
"trimui-*": "3.33",
"knulli-*": "3.38",
"muos-*": "3.38",
"rocknix-*": "3.40",

"default": "3.30",
"arkos-*": "2.30",
"trimui-*": "2.33",
"knulli-*": "2.38",
"muos-*": "2.38",
"amberelec-*": "2.38",
"rocknix-*": "2.40",

"default": "2.30",
}


Expand Down

0 comments on commit de3114b

Please sign in to comment.