Skip to content

Commit

Permalink
bump kernel branch for Turing RK1 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Oct 7, 2023
1 parent 1d13ef1 commit 5859299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- indiedroid-nova
- mixtile-blade3
- lubancat-4
- turing-rk1

steps:
- name: Get more disk space
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$(dirname -- "$(readlink -f -- "$0")")" && cd ..
mkdir -p build && cd build

if [[ "${MAINLINE}" != "Y" ]]; then
test -d linux-rockchip || git clone --single-branch --progress -b linux-5.10-gen-rkr5.1 https://github.com/Joshua-Riek/linux-rockchip.git linux-rockchip
test -d linux-rockchip || git clone --single-branch --progress -b turing-rk1 https://github.com/Joshua-Riek/linux-rockchip.git linux-rockchip
cd linux-rockchip

# Compile kernel into a deb package
Expand Down

0 comments on commit 5859299

Please sign in to comment.