commit
36154ba68c
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -40,6 +40,7 @@ RK3566:
|
|||
RK3566-X55:
|
||||
PKG_CLEAN="SDL2 retroarch" DEVICE_ROOT=RK3566 PROJECT=Rockchip DEVICE=RK3566-X55 ARCH=arm ./scripts/build_distro
|
||||
PKG_CLEAN="SDL2 retroarch" DEVICE_ROOT=RK3566 PROJECT=Rockchip DEVICE=RK3566-X55 ARCH=aarch64 ./scripts/build_distro
|
||||
unset DEVICE_ROOT
|
||||
|
||||
S922X:
|
||||
PROJECT=Amlogic DEVICE=S922X ARCH=arm ./scripts/build_distro
|
||||
|
|
|
@ -32,7 +32,7 @@ case ${DEVICE} in
|
|||
;;
|
||||
*X55)
|
||||
PKG_URL="${PKG_SITE}/rk3566-x55-kernel.git"
|
||||
PKG_VERSION="fc2d5c925"
|
||||
PKG_VERSION="3acc0f802"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue