Skip to content

Commit

Permalink
Fix glibc defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
kloptops committed Nov 25, 2024
1 parent 1f0dd15 commit bb379e5
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 bb379e5

Please sign in to comment.