Skip to content

Commit dbd9778

Browse files
committed
Revert "use kernel dtb"
This reverts commit 4805f7a.
1 parent 4805f7a commit dbd9778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@ make -j$(nproc --all) O=out ARCH=arm \
9191
CROSS_COMPILE=${TC_DIR}/bin/arm-linux-androideabi- \
9292
CROSS_COMPILE_ARM32=${TC_DIR}/bin/arm-linux-androideabi-
9393

94-
if ! [ -f "out/arch/arm/boot/zImage-dtb" ]; then
94+
if ! [ -f "out/arch/arm/boot/zImage" ]; then
9595
finerr
9696
fi
9797

98-
if [ -f "out/arch/arm/boot/zImage-dtb" ]; then
98+
if [ -f "out/arch/arm/boot/zImage" ]; then
9999
msg -e "\nKernel compiled succesfully! Zipping up...\n"
100100
if [ -d "$AK3_DIR" ]; then
101101
cp -r $AK3_DIR AnyKernel3
102102
elif ! git clone -q ${AK3_SOURCE}; then
103103
msg1 -e "\nAnyKernel3 repo not found locally and cloning failed! Aborting..."
104104
exit 1
105105
fi
106-
cp out/arch/arm/boot/zImage-dtb AnyKernel3/zimage
106+
cp out/arch/arm/boot/zImage AnyKernel3
107107
rm -f *zip
108108
cd AnyKernel3
109109
git checkout master &> /dev/null

0 commit comments

Comments
 (0)