Skip to content

Commit

Permalink
v0.0.6g
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored May 3, 2023
1 parent c23e354 commit 08ec0fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions buildroot/board/tcrpfriend/rootfs-overlay/root/boot.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash
#
# Author : PeterSuh-Q3
# Date : 230501
# Version : 0.0.6f
# Date : 230503
# Version : 0.0.6g
# User Variables :
###############################################################################

##### INCLUDES #####################################################################################################
source menufunc.h
#####################################################################################################

BOOTVER="0.0.6f"
BOOTVER="0.0.6g"
FRIENDLOG="/mnt/tcrp/friendlog.log"
RSS_SERVER="https://raw.githubusercontent.com/pocopico/redpill-load/develop"
AUTOUPDATES="1"
Expand All @@ -31,7 +31,7 @@ function history() {
0.0.6d Processing without errors related to synoinfo.conf while processing Ramdisk upgrade
0.0.6e Removed "No space left on device" when copying /mnt/tcrp-p1/rd.gz file during Ramdisk upgrade
0.0.6f Add Postupdate boot entry to Grub Boot for Jot Postupdate to utilize FRIEND's Ramdisk upgrade
0.0.6g Recompile for DSM 7.2.0-64551 RC support
Current Version : ${BOOTVER}
--------------------------------------------------------------------------------------
EOF
Expand All @@ -43,6 +43,7 @@ function showlastupdate() {
# 0.0.6d Processing without errors related to synoinfo.conf while processing Ramdisk upgrade
# 0.0.6e Removed "No space left on device" when copying /mnt/tcrp-p1/rd.gz file during Ramdisk upgrade
# 0.0.6f Add Postupdate boot entry to Grub Boot for Jot Postupdate to utilize FRIEND's Ramdisk upgrade
# 0.0.6g Recompile for DSM 7.2.0-64551 RC support
EOF
}

Expand Down

0 comments on commit 08ec0fd

Please sign in to comment.