26.2.0
- DSM 7.3.x 适配.
ADD: 仅5.10内核型号: 如果是升级用户,升级到7.3后 连接不上的问题 请退出 menu 菜单后,在 RR shell 中执行
. include/functions.sh
PV=$(readConfigKey "productver" "${USER_CONFIG_FILE}")
writeConfigKey "kpre" "${PV}" "${USER_CONFIG_FILE}"
然后 menu.sh 回到菜单并重新编译启动.
PS: 由于我本人在休假(并没带电脑),所以这次更新只是在手机进行了简单修改,并且没有进行测试,生产环境请谨慎升级。
- DSM 7.3.x support.
ADD: Only 5.10kernel models: If you are an upgraded and experiencing connection issues after upgrading to 7.3, please exit the menu and execute the following in the RR shell:
. include/functions.sh
PV=$(readConfigKey "productver" "${USER_CONFIG_FILE}")
writeConfigKey "kpre" "${PV}" "${USER_CONFIG_FILE}"
Then, run menu.sh back to the menu and rebuild and reboot.
PS: As I am on vacation (without my computer), this update was made with simple modifications on my phone and has not been tested. Please upgrade cautiously in production environments.
Full Changelog: https://github.com/RROrg/rr/compare/25.12.1...26.2.0