mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
another rpi4 revision
This commit is contained in:
parent
0538a6828f
commit
6c1be11f35
@ -48,7 +48,7 @@ case "$board" in
|
|||||||
esac;;
|
esac;;
|
||||||
"rpi4")
|
"rpi4")
|
||||||
case "$model" in
|
case "$model" in
|
||||||
"Raspberry Pi 4 Model B Rev 1.1" | "Raspberry Pi 4 Model B Rev 1.4")
|
"Raspberry Pi 4 Model B Rev 1.1" | "Raspberry Pi 4 Model B Rev 1.2" | "Raspberry Pi 4 Model B Rev 1.4")
|
||||||
if [ "$port" == "1-1.4:1.0" ]; then exit 0; else exit 1; fi;;
|
if [ "$port" == "1-1.4:1.0" ]; then exit 0; else exit 1; fi;;
|
||||||
*) exit 0;;
|
*) exit 0;;
|
||||||
esac;;
|
esac;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user