Skip to content

Commit 2533478

Browse files
committed
Revert OS to 14.1 on ODROID-M1/M1S to workaround kernel regression
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.
1 parent 370ab2a commit 2533478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"tinker": "14.2",
4040
"odroid-c2": "14.2",
4141
"odroid-c4": "14.2",
42-
"odroid-m1": "14.2",
43-
"odroid-m1s": "14.2",
42+
"odroid-m1": "14.1",
43+
"odroid-m1s": "14.1",
4444
"odroid-n2": "14.2",
4545
"odroid-xu4": "14.2",
4646
"generic-x86-64": "14.2",

stable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"tinker": "14.2",
4040
"odroid-c2": "14.2",
4141
"odroid-c4": "14.2",
42-
"odroid-m1": "14.2",
43-
"odroid-m1s": "14.2",
42+
"odroid-m1": "14.1",
43+
"odroid-m1s": "14.1",
4444
"odroid-n2": "14.2",
4545
"odroid-xu4": "14.2",
4646
"generic-x86-64": "14.2",

0 commit comments

Comments
 (0)