Merge pull request #2416 from fewtarius/dev

Disable uart2 on Powkiddy x55, as enabling it broke sleep.
This commit is contained in:
fewtarius 2023-11-24 22:46:58 -05:00 committed by GitHub
commit 927fec1c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Copyright (C) 2019 Trond Haugland (trondah@gmail.com)
PKG_NAME="mame-lr"
PKG_VERSION="4cd28066d8f9e129b1915a72163a10dac84a8731"
PKG_VERSION="0ef9aa356162ce6b51232aecbe309af2e7fbe167"
PKG_ARCH="any"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/libretro/mame"

View file

@ -31,7 +31,7 @@ case ${DEVICE} in
;;
*X55)
PKG_URL="${PKG_SITE}/rk3566-x55-kernel.git"
PKG_VERSION="9a85982a2"
PKG_VERSION="ec1669474"
GET_HANDLER_SUPPORT="git"
PKG_GIT_CLONE_BRANCH="main"
;;