Skip to content

Commit

Permalink
v3.7.1 fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
procount committed Oct 23, 2021
1 parent 4d88314 commit 53652a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildroot/.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2015.02-git-00003-g76cae67d-dirty Configuration
# Buildroot 2015.02-git-00001-g4d88314a-dirty Configuration
#
BR2_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -313,7 +313,7 @@ BR2_LINUX_KERNEL_VERSION="5f69d9305998e4e0385fe84d1516de17a2499b94"
BR2_LINUX_KERNEL_PATCH="disable_board.patch"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="kernelconfig-recovery.armv7"
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="kernelconfig-recovery.armv6"
# BR2_LINUX_KERNEL_UIMAGE is not set
# BR2_LINUX_KERNEL_APPENDED_UIMAGE is not set
BR2_LINUX_KERNEL_ZIMAGE=y
Expand Down
2 changes: 1 addition & 1 deletion recovery/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_H

/* Version number displayed in the title bar */
#define VERSION_NUMBER "3.7"
#define VERSION_NUMBER "3.7.1"

/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
Expand Down
2 changes: 1 addition & 1 deletion recovery/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4435,7 +4435,7 @@ void MainWindow::downloadUpdateComplete()
{
qDebug() << "Time to update PINN!";
QProcess::execute("mount -o remount,rw /mnt");
QProcess::execute("unzip /tmp/pinn-lite.zip -uo -x recovery.cmdline -d /mnt");
QProcess::execute("unzip /tmp/pinn-lite.zip -o -x recovery.cmdline -d /mnt");
QProcess::execute("mount -o remount,ro /mnt");
QProcess::execute(QString("rm ")+BUILD_IGNORE);
QProcess::execute("sync");
Expand Down

0 comments on commit 53652a9

Please sign in to comment.