commit
2e02d5a325
17 changed files with 29 additions and 21 deletions
|
@ -18,7 +18,7 @@ then
|
|||
fi
|
||||
|
||||
load_modules() {
|
||||
for MODULE in exfat vfat
|
||||
for MODULE in exfat vfat ntfs ntfs3
|
||||
do
|
||||
lsmod | grep ${MODULE} 2>/dev/null
|
||||
if [ ! $? = 0 ]
|
||||
|
@ -47,7 +47,7 @@ find_games() {
|
|||
/usr/bin/busybox mkdir -p /storage/roms >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
for DEV in $(for dev in mmcblk[0-9] sd[a-z] nvme[0-9]; do blkid | grep ${dev} | awk 'BEGIN {FS=":"}; /ext4/ || /fat/ {print $1}' | sort -r; done)
|
||||
for DEV in $(for dev in mmcblk[0-9] sd[a-z] nvme[0-9]; do blkid | grep ${dev} | awk 'BEGIN {FS=":"}; /ext4/ || /fat/ || /ntfs/ {print $1}' | sort -r; done)
|
||||
do
|
||||
ROOTDEV=$(echo ${DEV} | sed -e "s#^/.*/##g" -e "s#p[0-9].*\$##g")
|
||||
SIZE=$(awk '/'${ROOTDEV}'$/ {print $3}' /proc/partitions)
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="ntfs-3g_ntfsprogs"
|
||||
PKG_VERSION="2021.8.22"
|
||||
PKG_SHA256="55b883aa05d94b2ec746ef3966cb41e66bed6db99f22ddd41d1b8b94bb202efb"
|
||||
PKG_VERSION="2022.10.3"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/tuxera/ntfs-3g"
|
||||
PKG_URL="https://tuxera.com/opensource/${PKG_NAME}-${PKG_VERSION}.tgz"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="909cd19"
|
||||
PKG_VERSION="440079a"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
|
|
@ -367,6 +367,15 @@ makeinstall_target() {
|
|||
add_emu_core gbc retroarch vbam false
|
||||
add_es_system gbc
|
||||
|
||||
### Nintendo GameBoy Color Hacks
|
||||
add_emu_core gbch retroarch gambatte true
|
||||
add_emu_core gbch retroarch sameboy false
|
||||
add_emu_core gbch retroarch gearboy false
|
||||
add_emu_core gbch retroarch tgbdual false
|
||||
add_emu_core gbch retroarch mgba false
|
||||
add_emu_core gbch retroarch vbam false
|
||||
add_es_system gbch
|
||||
|
||||
### Nintendo GameCube
|
||||
case ${DEVICE} in
|
||||
AMD64|RK358*|RK356*|S922X*|RK3399)
|
||||
|
|
|
@ -6479,8 +6479,8 @@ CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
|
|||
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||
CONFIG_EXFAT_FS=y
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# CONFIG_NTFS3_FS is not set
|
||||
CONFIG_NTFS_FS=m
|
||||
CONFIG_NTFS3_FS=m
|
||||
# end of DOS/FAT/EXFAT/NT Filesystems
|
||||
|
||||
#
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
EXFAT="yes"
|
||||
|
||||
# build and install NTFS-3G fuse support (yes / no)
|
||||
NTFS3G="no"
|
||||
NTFS3G="yes"
|
||||
|
||||
# build and install hfs filesystem utilities (yes / no)
|
||||
HFSTOOLS="no"
|
||||
|
|
|
@ -10273,7 +10273,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
|
|||
CONFIG_FAT_DEFAULT_UTF8=y
|
||||
CONFIG_EXFAT_FS=m
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
CONFIG_NTFS_FS=m
|
||||
CONFIG_NTFS3_FS=m
|
||||
# CONFIG_NTFS3_64BIT_CLUSTER is not set
|
||||
CONFIG_NTFS3_LZX_XPRESS=y
|
||||
|
|
|
@ -5584,8 +5584,8 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
|
|||
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||
CONFIG_EXFAT_FS=m
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# CONFIG_NTFS3_FS is not set
|
||||
CONFIG_NTFS_FS=m
|
||||
CONFIG_NTFS3_FS=m
|
||||
# end of DOS/FAT/EXFAT/NT Filesystems
|
||||
|
||||
#
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
EXFAT="yes"
|
||||
|
||||
# build and install NTFS-3G fuse support (yes / no)
|
||||
NTFS3G="no"
|
||||
NTFS3G="yes"
|
||||
|
||||
# build and install hfs filesystem utilities (yes / no)
|
||||
HFSTOOLS="no"
|
||||
|
|
|
@ -7026,8 +7026,8 @@ CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
|
|||
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||
CONFIG_EXFAT_FS=y
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# CONFIG_NTFS3_FS is not set
|
||||
CONFIG_NTFS_FS=m
|
||||
CONFIG_NTFS3_FS=m
|
||||
# end of DOS/FAT/EXFAT/NT Filesystems
|
||||
|
||||
#
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
EXFAT="yes"
|
||||
|
||||
# build and install NTFS-3G fuse support (yes / no)
|
||||
NTFS3G="no"
|
||||
NTFS3G="yes"
|
||||
|
||||
# build and install hfs filesystem utilities (yes / no)
|
||||
HFSTOOLS="no"
|
||||
|
|
|
@ -5377,7 +5377,7 @@ CONFIG_EXFAT_VIRTUAL_XATTR=y
|
|||
CONFIG_EXFAT_VIRTUAL_XATTR_SELINUX_LABEL="u:object_r:exfat:s0"
|
||||
# CONFIG_EXFAT_DEBUG is not set
|
||||
# CONFIG_EXFAT_UEVENT is not set
|
||||
# CONFIG_NTFS_FS is not set
|
||||
CONFIG_NTFS_FS=m
|
||||
|
||||
#
|
||||
# Pseudo filesystems
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
EXFAT="yes"
|
||||
|
||||
# build and install NTFS-3G fuse support (yes / no)
|
||||
NTFS3G="no"
|
||||
NTFS3G="yes"
|
||||
|
||||
# build and install hfs filesystem utilities (yes / no)
|
||||
HFSTOOLS="no"
|
||||
|
|
|
@ -5543,7 +5543,7 @@ CONFIG_EXFAT_VIRTUAL_XATTR=y
|
|||
CONFIG_EXFAT_VIRTUAL_XATTR_SELINUX_LABEL="u:object_r:exfat:s0"
|
||||
# CONFIG_EXFAT_DEBUG is not set
|
||||
# CONFIG_EXFAT_UEVENT is not set
|
||||
# CONFIG_NTFS_FS is not set
|
||||
CONFIG_NTFS_FS=m
|
||||
|
||||
#
|
||||
# Pseudo filesystems
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
EXFAT="yes"
|
||||
|
||||
# build and install NTFS-3G fuse support (yes / no)
|
||||
NTFS3G="no"
|
||||
NTFS3G="yes"
|
||||
|
||||
# build and install hfs filesystem utilities (yes / no)
|
||||
HFSTOOLS="no"
|
||||
|
|
|
@ -7328,7 +7328,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
|
|||
# CONFIG_FAT_DEFAULT_UTF8 is not set
|
||||
CONFIG_EXFAT_FS=y
|
||||
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
|
||||
# CONFIG_NTFS_FS is not set
|
||||
CONFIG_NTFS_FS=m
|
||||
# end of DOS/FAT/EXFAT/NT Filesystems
|
||||
|
||||
#
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
EXFAT="yes"
|
||||
|
||||
# build and install NTFS-3G fuse support (yes / no)
|
||||
NTFS3G="no"
|
||||
NTFS3G="yes"
|
||||
|
||||
# build and install hfs filesystem utilities (yes / no)
|
||||
HFSTOOLS="no"
|
||||
|
|
Loading…
Reference in a new issue