Skip to content

Commit

Permalink
Building kernel with dtb appended
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatvoid authored May 5, 2022
1 parent b09a39e commit b1c154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make_fun -j$(nproc --all)
cd $WORK
[[ ! -d ANY ]] && git clone --depth=1 https://github.com/thecatvoid/AnyKernel3.git ANY
cd ANY ; rm -rf *Image* *.zip
cp $KERNEL_SRC/out/arch/arm64/boot/Image.gz ./
cp $KERNEL_SRC/out/arch/arm64/boot/Image.gz-dtb ./
date=$(date "+%Y%m%d%I%M%S")
zip -r9 $date.zip * -x .git README.md *placeholder
curl -T $date.zip temp.sh

0 comments on commit b1c154b

Please sign in to comment.