mirror of
https://github.com/RROrg/rr.git
synced 2025-08-21 12:06:57 +08:00
Compare commits
3 Commits
ea12ec5585
...
e2e9fabfbc
Author | SHA1 | Date | |
---|---|---|---|
|
e2e9fabfbc | ||
|
8a4a6d28b4 | ||
|
d175cc2149 |
BIN
docs/addons.xlsx
BIN
docs/addons.xlsx
Binary file not shown.
BIN
docs/models.xlsx
BIN
docs/models.xlsx
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
RR_VERSION="24.5.0"
|
RR_VERSION="24.5.1"
|
||||||
RR_TITLE="RR v${RR_VERSION}"
|
RR_TITLE="RR v${RR_VERSION}"
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
|
@ -33,6 +33,7 @@ serial:
|
|||||||
middle: "UMR"
|
middle: "UMR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
macpre: 9009d0
|
macpre: 9009d0
|
||||||
|
dom: -1
|
||||||
dt: true
|
dt: true
|
||||||
beta: false
|
beta: false
|
||||||
productvers:
|
productvers:
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
--- a/linuxrc.syno.impl
|
--- a/linuxrc.syno.impl
|
||||||
+++ b/linuxrc.syno.impl
|
+++ b/linuxrc.syno.impl
|
||||||
@@ -38,6 +38,9 @@
|
@@ -38,6 +38,8 @@
|
||||||
UnknownSynoPartitionMigrationFlag="/.unknown_syno_partition_migrate"
|
UnknownSynoPartitionMigrationFlag="/.unknown_syno_partition_migrate"
|
||||||
IncompatibleRootDevice="/.incompatible_root_device"
|
IncompatibleRootDevice="/.incompatible_root_device"
|
||||||
|
|
||||||
+
|
|
||||||
+/addons/addons.sh early
|
+/addons/addons.sh early
|
||||||
+
|
+
|
||||||
UmountRoot()
|
UmountRoot()
|
||||||
{
|
{
|
||||||
grep "^${RootDevice}" /proc/mounts && /bin/umount -f ${Mnt}
|
grep "^${RootDevice}" /proc/mounts && /bin/umount -f ${Mnt}
|
||||||
@@ -59,5 +61,7 @@
|
@@ -59,5 +61,6 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+
|
|
||||||
+ /addons/addons.sh jrExit
|
+ /addons/addons.sh jrExit
|
||||||
UmountRoot
|
UmountRoot
|
||||||
|
|
||||||
@ -23,9 +21,9 @@
|
|||||||
# insert basic USB modules for detect f401/FDT
|
# insert basic USB modules for detect f401/FDT
|
||||||
echo "Insert basic USB modules..."
|
echo "Insert basic USB modules..."
|
||||||
SYNOLoadModules $USB_MODULES
|
SYNOLoadModules $USB_MODULES
|
||||||
|
|
||||||
+/addons/addons.sh modules
|
|
||||||
+
|
+
|
||||||
|
+/addons/addons.sh modules
|
||||||
|
|
||||||
# insert Etron USB3.0 drivers
|
# insert Etron USB3.0 drivers
|
||||||
|
|
||||||
@@ -209,6 +214,8 @@
|
@@ -209,6 +214,8 @@
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
--- a/linuxrc.syno.impl
|
--- a/linuxrc.syno.impl
|
||||||
+++ b/linuxrc.syno.impl
|
+++ b/linuxrc.syno.impl
|
||||||
@@ -51,6 +51,9 @@
|
@@ -51,6 +51,8 @@
|
||||||
UnknownSynoPartitionMigrationFlag="/.unknown_syno_partition_migrate"
|
UnknownSynoPartitionMigrationFlag="/.unknown_syno_partition_migrate"
|
||||||
IncompatibleRootDevice="/.incompatible_root_device"
|
IncompatibleRootDevice="/.incompatible_root_device"
|
||||||
|
|
||||||
+
|
|
||||||
+/addons/addons.sh early
|
+/addons/addons.sh early
|
||||||
+
|
+
|
||||||
UmountRoot()
|
UmountRoot()
|
||||||
{
|
{
|
||||||
grep "^${RootDevice}" /proc/mounts && /bin/umount -f ${Mnt}
|
grep "^${RootDevice}" /proc/mounts && /bin/umount -f ${Mnt}
|
||||||
@@ -67,6 +69,8 @@
|
@@ -67,6 +69,7 @@
|
||||||
# show date for login info
|
# show date for login info
|
||||||
date
|
date
|
||||||
|
|
||||||
+
|
|
||||||
+ /addons/addons.sh jrExit
|
+ /addons/addons.sh jrExit
|
||||||
UmountRoot
|
UmountRoot
|
||||||
|
|
||||||
@ -22,18 +20,17 @@
|
|||||||
@@ -176,6 +179,8 @@
|
@@ -176,6 +179,8 @@
|
||||||
echo "Insert basic USB modules..."
|
echo "Insert basic USB modules..."
|
||||||
SYNOLoadModules $USB_MODULES
|
SYNOLoadModules $USB_MODULES
|
||||||
|
|
||||||
+/addons/addons.sh modules
|
|
||||||
+
|
+
|
||||||
|
+/addons/addons.sh modules
|
||||||
|
|
||||||
# insert Etron USB3.0 drivers
|
# insert Etron USB3.0 drivers
|
||||||
|
|
||||||
if [ $KERNEL_VCODE -ge "$(KernelVersionCode "3.10")" ]; then
|
if [ $KERNEL_VCODE -ge "$(KernelVersionCode "3.10")" ]; then
|
||||||
@@ -224,6 +229,8 @@
|
@@ -224,6 +229,7 @@
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+/addons/addons.sh patches
|
+/addons/addons.sh patches
|
||||||
+
|
|
||||||
LoadBrmModules
|
LoadBrmModules
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
--- a/linuxrc.syno.impl
|
--- a/linuxrc.syno.impl
|
||||||
+++ b/linuxrc.syno.impl
|
+++ b/linuxrc.syno.impl
|
||||||
@@ -51,6 +51,9 @@
|
@@ -51,6 +51,8 @@
|
||||||
UnknownSynoPartitionMigrationFlag="/.unknown_syno_partition_migrate"
|
UnknownSynoPartitionMigrationFlag="/.unknown_syno_partition_migrate"
|
||||||
IncompatibleRootDevice="/.incompatible_root_device"
|
IncompatibleRootDevice="/.incompatible_root_device"
|
||||||
|
|
||||||
+
|
|
||||||
+/addons/addons.sh early
|
+/addons/addons.sh early
|
||||||
+
|
+
|
||||||
UmountRoot()
|
UmountRoot()
|
||||||
{
|
{
|
||||||
grep "^${RootDevice}" /proc/mounts && /bin/umount -f ${Mnt}
|
grep "^${RootDevice}" /proc/mounts && /bin/umount -f ${Mnt}
|
||||||
@@ -67,6 +69,8 @@
|
@@ -67,6 +69,7 @@
|
||||||
# show date for login info
|
# show date for login info
|
||||||
date
|
date
|
||||||
|
|
||||||
+
|
|
||||||
+ /addons/addons.sh jrExit
|
+ /addons/addons.sh jrExit
|
||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
TryRestoringDeviceBackToSwapRaid
|
TryRestoringDeviceBackToSwapRaid
|
||||||
@ -22,18 +20,17 @@
|
|||||||
@@ -176,6 +179,8 @@
|
@@ -176,6 +179,8 @@
|
||||||
echo "Insert basic USB modules..."
|
echo "Insert basic USB modules..."
|
||||||
SYNOLoadModules $USB_MODULES
|
SYNOLoadModules $USB_MODULES
|
||||||
|
|
||||||
+/addons/addons.sh modules
|
|
||||||
+
|
+
|
||||||
|
+/addons/addons.sh modules
|
||||||
|
|
||||||
# insert Etron USB3.0 drivers
|
# insert Etron USB3.0 drivers
|
||||||
|
|
||||||
if [ $KERNEL_VCODE -ge "$(KernelVersionCode "3.10")" ]; then
|
if [ $KERNEL_VCODE -ge "$(KernelVersionCode "3.10")" ]; then
|
||||||
@@ -224,6 +229,8 @@
|
@@ -224,6 +229,7 @@
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+/addons/addons.sh patches
|
+/addons/addons.sh patches
|
||||||
+
|
|
||||||
LoadBrmModules
|
LoadBrmModules
|
||||||
|
|
||||||
if [ "$KERNEL_VCODE" -ge "$(KernelVersionCode "5.10")" ]; then
|
if [ "$KERNEL_VCODE" -ge "$(KernelVersionCode "5.10")" ]; then
|
||||||
|
@ -1 +1 @@
|
|||||||
24.5.0
|
24.5.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user