File tree Expand file tree Collapse file tree 13 files changed +20
-18
lines changed
Recovery/board/funkey/rootfs-overlay Expand file tree Collapse file tree 13 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ software =
22{
33 version = "2.1.0";
44
5- hardware-compatibility = [ "#RE:^Rev\.[D-E ]$" ];
5+ hardware-compatibility = [ "#RE:^Rev\.[D-F ]$" ];
66
77 images: (
88 {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ root_mount=/tmp/rootfs
99
1010do_preinst ()
1111{
12- notif " 1/5 EXTRACT FIRMWARE UPDATE..^DO NOT TURN OFF THE CONSOLE"
12+ notif " 1/4 EXTRACT FIRMWARE UPDATE..^DO NOT TURN OFF THE CONSOLE"
1313 exit 0
1414}
1515
@@ -19,7 +19,7 @@ do_postinst()
1919 # ################
2020 # Resize Rootfs #
2121 # ################
22- notif " 3/5 RESIZE ROOT FILESYSTEM^DO NOT TURN OFF THE CONSOLE"
22+ notif " 2/4 RESIZE ROOT FILESYSTEM^DO NOT TURN OFF THE CONSOLE"
2323 resize2fs ${root_part}
2424 if [ $? -ne 0 ]; then
2525 notif " CANNOT RESIZE ROOT^FILESYSTEM"
@@ -29,7 +29,7 @@ do_postinst()
2929 # #############################
3030 # SHARED PARTITION PROCESSES #
3131 # #############################
32- notif " 4/5 COPY OPKS TO USB MOUNT^DO NOT TURN OFF THE CONSOLE"
32+ notif " 3/4 COPY OPKS TO USB MOUNT^DO NOT TURN OFF THE CONSOLE"
3333
3434 # Mount Rootfs
3535 mkdir -p ${root_mount}
@@ -66,7 +66,7 @@ do_postinst()
6666 # Erase update file #
6767 # ####################
6868 for file in $( ls /mnt/FunKey-* .fwu) ; do
69- notif " 5/5 ERASE UPDATE FILE^DO NOT TURN OFF THE CONSOLE"
69+ notif " 4/4 ERASE UPDATE FILE^DO NOT TURN OFF THE CONSOLE"
7070 rm -f " ${file} "
7171 done
7272 exit 0
Original file line number Diff line number Diff line change 44#
55# ###############################################################################
66
7- FCEUX_VERSION = 8a54185
7+ FCEUX_VERSION = b6af0b2
88FCEUX_SITE_METHOD = git
99FCEUX_SITE = https://github.com/FunKey-Project/fceux.git
1010FCEUX_LICENSE = GPL-2.0
Original file line number Diff line number Diff line change 44#
55# ###############################################################################
66
7- PCSX_REARMED_VERSION = c2f5d2a
7+ PCSX_REARMED_VERSION = 24d02b6
88PCSX_REARMED_SITE_METHOD = git
99PCSX_REARMED_SITE = https://github.com/FunKey-Project/pcsx_rearmed.git
1010PCSX_REARMED_LICENSE = GPL-2.0
Original file line number Diff line number Diff line change 44#
55# ###############################################################################
66
7- POCKETSNES_VERSION = 09f5c30
7+ POCKETSNES_VERSION = 10fb949
88POCKETSNES_SITE_METHOD = git
99POCKETSNES_SITE = https://github.com/FunKey-Project/PocketSNES.git
1010POCKETSNES_LICENSE = GPL-2.0
Original file line number Diff line number Diff line change 33# gmenu2x
44#
55# ############################################################
6- GMENU2X_VERSION = gmenu2x-FunKey-1.0.2
6+ GMENU2X_VERSION = 938ebd0
77GMENU2X_SITE_METHOD = git
88GMENU2X_SITE = https://github.com/FunKey-Project/gmenu2x.git
99GMENU2X_LICENSE = GPL-2.0
Original file line number Diff line number Diff line change 44#
55# ###############################################################################
66
7- GNUBOY_VERSION = 1905515
7+ GNUBOY_VERSION = 051950a
88GNUBOY_SITE_METHOD = git
99GNUBOY_SITE = https://github.com/FunKey-Project/gnuboy.git
1010GNUBOY_LICENSE = GPL-2.0
Original file line number Diff line number Diff line change 44#
55# ###############################################################################
66
7- GPSP_VERSION = 31f430c
7+ GPSP_VERSION = 643b9eb
88GPSP_SITE_METHOD = git
99GPSP_SITE = https://github.com/FunKey-Project/gpsp.git
1010GPSP_LICENSE = GPL-2.0
Original file line number Diff line number Diff line change 44#
55# ###############################################################################
66
7- MEDNAFEN_VERSION = 498e85b
7+ MEDNAFEN_VERSION = ba18334
88MEDNAFEN_SITE_METHOD = git
99MEDNAFEN_SITE = https://github.com/FunKey-Project/mednafen-git.git
1010MEDNAFEN_LICENSE = GPL-2.0+
Original file line number Diff line number Diff line change 44#
55# ###############################################################################
66
7- PICODRIVE_VERSION = de8a8a23
7+ PICODRIVE_VERSION = 009d007
88PICODRIVE_SITE_METHOD = git
99PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive-irixxxx.git
1010PICODRIVE_LICENSE = MAME
You can’t perform that action at this time.
0 commit comments