Fix rk3588 oops, update .gitignore.

This commit is contained in:
fewtarius 2023-02-17 17:01:34 -05:00
parent c432a5be20
commit fd7daa551b
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 6 additions and 17 deletions

21
.gitignore vendored
View file

@ -15,11 +15,8 @@
# prebuild target binarys to provide
/target/
# mkpkg temp
mkpkg-temp
# options
/.libreelec
.jelos
# private working directory
/.work/
@ -31,11 +28,12 @@ mkpkg-temp
/sources*
/.work
# ccache
/.ccache/
# Go cache
/.cache
# backup files
*.orig
*.rej
# vim swap files
*.swp
@ -44,14 +42,5 @@ mkpkg-temp
.DS_Store
.directory
repo/
repo
local.conf
sx05re-kodi*.log
# release images
release/
.lastbuild
.jelos
SOURCES

View file

@ -20,7 +20,7 @@ PKG_PATCH_DIRS+="${DEVICE}"
case ${DEVICE} in
RK3588)
PKG_VERSION="161606b049488da100e5d7ec95c8997d3b59b20d"
PKG_URL="${PKG_SITE}/rk35xx-uboot.git"
PKG_URL="${PKG_SITE}/rk35xx-kernel.git"
GET_HANDLER_SUPPORT="git"
PKG_GIT_CLONE_BRANCH="orange-pi-5.10-rk3588"
;;