mirror of
https://github.com/RROrg/rr.git
synced 2026-01-14 23:39:33 +08:00
Compare commits
2 Commits
3ad6ba68a6
...
569c2506e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
569c2506e0 | ||
|
|
4e986fe591 |
@ -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 modelMenu "${MODEL}" "${PLATFORM}" || {
|
||||
./menu.sh reconfiguringM "${MODEL}" "${PLATFORM}" || {
|
||||
echo -e "$(TEXT "Reconfiguration failed!")"
|
||||
exit 1
|
||||
}
|
||||
if [ -n "${PRODUCTVER}" ] && [ -n "${PATURL}" ]; then
|
||||
./menu.sh productversMenu "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || {
|
||||
./menu.sh reconfiguringV "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || {
|
||||
echo -e "$(TEXT "Reconfiguration failed!")"
|
||||
exit 1
|
||||
}
|
||||
|
||||
@ -3,6 +3,7 @@ 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