Skip to content

Commit

Permalink
fix kernel build error #396
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Oct 4, 2023
1 parent 8564162 commit 8567ab6
Showing 1 changed file with 1 addition and 1 deletion.
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-5.1 https://github.com/Joshua-Riek/linux-rockchip.git linux-rockchip
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
cd linux-rockchip

# Compile kernel into a deb package
Expand Down

0 comments on commit 8567ab6

Please sign in to comment.