Merge branch 'dev' into bluetooth

This commit is contained in:
fewtarius 2022-09-18 10:50:44 -04:00
commit 745cecc53d
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
5 changed files with 7 additions and 7 deletions

View file

@ -13,12 +13,12 @@ PKG_DEPENDS_INIT="glibc"
PKG_LONGDESC="The Glibc package contains the main C library."
PKG_BUILD_FLAGS="-gold"
case "${TARGET_ARCH}" in
arm|aarch64)
case "${DEVICE}" in
RG351P|RG351V|RG351MP|RG503|RG353P)
OPT_ENABLE_KERNEL=4.4.0
;;
*)
OPT_ENABLE_KERNEL=5.10.0
OPT_ENABLE_KERNEL=5.15.0
;;
esac

View file

@ -227,6 +227,7 @@ system.language=en_US
system.overclock=off
system.cpugovernor=interactive
system.timezone=America/New_York
system.mountgames=1
tg16cd.integerscale=1
tg16cd.ratio=4/3
tg16cd.rgascale=0

View file

@ -49,7 +49,7 @@ find_games() {
fi
}
if [ "${MOUNT_GAMES}" = "0" ]
if [[ "${MOUNT_GAMES}" == "0" ]]
then
exit 0
fi

View file

@ -1,10 +1,9 @@
[Unit]
Description=Udevil mount service
After=jelos-autostart.service
[Service]
Type=oneshot
ExecStart=-/usr/bin/udevil --mount %I
ExecStop=-/usr/bin/udevil --umount %I
ExecStartPost=-/usr/lib/samba/samba-autoshare
ExecStopPost=-/usr/lib/samba/samba-autoshare
RemainAfterExit=yes

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="76d5304"
PKG_VERSION="7e94d3a"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"