File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
9696fi
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
You can’t perform that action at this time.
0 commit comments