Merge pull request #2416 from fewtarius/dev
Disable uart2 on Powkiddy x55, as enabling it broke sleep.
This commit is contained in:
commit
927fec1c76
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue