Skip to content

Commit

Permalink
add rockchip prefix to kernel release on mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Nov 2, 2023
1 parent c565f12 commit d472743
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 @@ -24,7 +24,7 @@ else
cd linux

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- rockchip_linux_defconfig
make KERNELRELEASE="$(make kernelversion)" KBUILD_IMAGE="arch/arm64/boot/Image" CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 -j "$(nproc)" bindeb-pkg
make KERNELRELEASE="$(make kernelversion)-rockchip" KBUILD_IMAGE="arch/arm64/boot/Image" CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 -j "$(nproc)" bindeb-pkg

rm -f ../linux-image-*dbg*.deb ../linux-libc-dev_*.deb ../*.buildinfo ../*.changes ../*.dsc ../*.tar.gz
fi

0 comments on commit d472743

Please sign in to comment.