mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
mod compatibility
This commit is contained in:
parent
87f265f3ad
commit
530f23a88b
@ -152,10 +152,10 @@ function modelMenu() {
|
||||
HBA=" "
|
||||
M_2=" "
|
||||
if [ "${iGPU}" = "1" ]; then
|
||||
[ "${PLATFORM}" = "apollolake" -o "${PLATFORM}" = "geminilake" ] && I915="*"
|
||||
[ "${PLATFORM}" = "apollolake" -o "${PLATFORM}" = "geminilake" -o "${PLATFORM}" = "epyc7002" ] && I915="*"
|
||||
fi
|
||||
if [ "${LSI}" = "1" ]; then
|
||||
[ ! "${DT}" = "true" ] && HBA="* "
|
||||
[ ! "${DT}" = "true" -o "${PLATFORM}" = "epyc7002" ] && HBA="* "
|
||||
fi
|
||||
if [ "${NVME}" = "1" ]; then
|
||||
[ "${DT}" = "true" ] && M_2="* "
|
||||
|
Loading…
x
Reference in New Issue
Block a user