mirror of
https://github.com/RROrg/rr.git
synced 2025-12-16 09:09:32 +08:00
Compare commits
No commits in common. "8e7f50c2e504439bbb314c18a7b49c942eb5585c" and "2b0985d276fd2e22b3e018a1b67fe0dce080026b" have entirely different histories.
8e7f50c2e5
...
2b0985d276
@ -31,8 +31,6 @@ productvers4: &productvers4
|
||||
kver: "4.4.180"
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
"7.3":
|
||||
kver: "4.4.302"
|
||||
|
||||
productvers5: &productvers5
|
||||
"7.1":
|
||||
@ -41,9 +39,6 @@ productvers5: &productvers5
|
||||
"7.2":
|
||||
kpre: "7.2"
|
||||
kver: "5.10.55"
|
||||
"7.3":
|
||||
kpre: "7.3"
|
||||
kver: "5.10.55"
|
||||
|
||||
platforms:
|
||||
apollolake:
|
||||
|
||||
@ -37,7 +37,7 @@ KVER="$(readConfigKey "kver" "${USER_CONFIG_FILE}")"
|
||||
KPRE="$(readConfigKey "kpre" "${USER_CONFIG_FILE}")"
|
||||
|
||||
# Sanity check
|
||||
if [ -z "${PLATFORM}" ] || [ -z "${KPRE:+${KPRE}-}${KVER}" ]; then
|
||||
if [ -z "${PLATFORM}" ] || [ -z "${KVER}" ]; then
|
||||
echo "ERROR: Configuration for model ${MODEL} and productversion ${PRODUCTVER} not found." >"${LOG_FILE}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user