mirror of
https://github.com/RROrg/rr.git
synced 2026-01-15 07:49:38 +08:00
Compare commits
No commits in common. "569c2506e02dcb9f8380a02c9034b94f088a957b" and "3ad6ba68a69a0db5862ae6bf700e8175e966402e" have entirely different histories.
569c2506e0
...
3ad6ba68a6
@ -49,12 +49,12 @@ if [ -f "${PART1_PATH}/.upgraded" ]; then
|
||||
PRODUCTVER="$(readConfigKey "productver" "${USER_CONFIG_FILE}")"
|
||||
PATURL="$(readConfigKey "paturl" "${USER_CONFIG_FILE}")"
|
||||
PATSUM="$(readConfigKey "patsum" "${USER_CONFIG_FILE}")"
|
||||
./menu.sh reconfiguringM "${MODEL}" "${PLATFORM}" || {
|
||||
./menu.sh modelMenu "${MODEL}" "${PLATFORM}" || {
|
||||
echo -e "$(TEXT "Reconfiguration failed!")"
|
||||
exit 1
|
||||
}
|
||||
if [ -n "${PRODUCTVER}" ] && [ -n "${PATURL}" ]; then
|
||||
./menu.sh reconfiguringV "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || {
|
||||
./menu.sh productversMenu "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || {
|
||||
echo -e "$(TEXT "Reconfiguration failed!")"
|
||||
exit 1
|
||||
}
|
||||
|
||||
@ -3,7 +3,6 @@ synoinfo: &synoinfo
|
||||
support_uasp: "yes"
|
||||
support_printer: "yes"
|
||||
support_usb_printer: "yes"
|
||||
support_nvidia_gpu: "yes"
|
||||
support_disk_compatibility: "no"
|
||||
support_synodrive_ability: "no" # DS925+
|
||||
support_memory_compatibility: "no"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user