Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove dtbo.img.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yttehs authored and Yttehs committed Jan 30, 2024
1 parent 6ed42ba commit dc46e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This script is used to build android kernel for mi10 #
# ===----------------------------------------------=== #

KERNEL_VERSION="2.0"
KERNEL_VERSION="2.1"

# ===------------=== #
# Clone Dependencies #
Expand Down Expand Up @@ -183,8 +183,8 @@ cp $(pwd)/$O/arch/$ARCH/boot/Image-dtb $(pwd)/kali-nethunter-project/nethunter-i
echo "[+] copy Image-dtb-hdr"
cp $(pwd)/$O/arch/$ARCH/boot/Image-dtb-hdr $(pwd)/kali-nethunter-project/nethunter-installer/devices/$ANDROID_VERSION/$DEVICE

echo "[+] copy dtbo.img"
cp $(pwd)/$O/arch/$ARCH/boot/dtbo.img $(pwd)/kali-nethunter-project/nethunter-installer/devices/$ANDROID_VERSION/$DEVICE
# echo "[+] copy dtbo.img"
# cp $(pwd)/$O/arch/$ARCH/boot/dtbo.img $(pwd)/kali-nethunter-project/nethunter-installer/devices/$ANDROID_VERSION/$DEVICE

echo "[+] copy dtb"
cp $(pwd)/$O/arch/$ARCH/boot/dtb $(pwd)/kali-nethunter-project/nethunter-installer/devices/$ANDROID_VERSION/$DEVICE
Expand Down

0 comments on commit dc46e70

Please sign in to comment.