Fix rk3588 oops, update .gitignore.
This commit is contained in:
parent
c432a5be20
commit
fd7daa551b
2 changed files with 6 additions and 17 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue