Skip to content

Commit

Permalink
Revert OS to 14.1 on ODROID-M1/M1S to workaround kernel regression (#407
Browse files Browse the repository at this point in the history
)

Kernel update to v6.6.69+ introduced regression of USB 3 and PCIe on
M1/M1S (see home-assistant/operating-system#3837 and
home-assistant/operating-system#3841). Revert OS to 14.1 there.
  • Loading branch information
sairon authored Jan 28, 2025
1 parent 370ab2a commit e5a3d81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"tinker": "14.2",
"odroid-c2": "14.2",
"odroid-c4": "14.2",
"odroid-m1": "14.2",
"odroid-m1s": "14.2",
"odroid-m1": "14.1",
"odroid-m1s": "14.1",
"odroid-n2": "14.2",
"odroid-xu4": "14.2",
"generic-x86-64": "14.2",
Expand Down
4 changes: 2 additions & 2 deletions stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"tinker": "14.2",
"odroid-c2": "14.2",
"odroid-c4": "14.2",
"odroid-m1": "14.2",
"odroid-m1s": "14.2",
"odroid-m1": "14.1",
"odroid-m1s": "14.1",
"odroid-n2": "14.2",
"odroid-xu4": "14.2",
"generic-x86-64": "14.2",
Expand Down

0 comments on commit e5a3d81

Please sign in to comment.