compress boot and system dir only
This commit is contained in:
parent
aacc150509
commit
32f796ad5c
2
build.sh
2
build.sh
@ -24,7 +24,7 @@ find -iname *.ko | xargs -i -t cp {} .
|
||||
rm -rf $KERNELBASEDIR/system/lib/modules/lib
|
||||
stat $KERNELBASEDIR/boot/zImage
|
||||
cd ../../../
|
||||
zip -r tytung_HWA_kernel.`date +"%Y%m%d_%H_%M"`.zip .
|
||||
zip -r tytung_HWA_kernel.`date +"%Y%m%d_%H_%M"`.zip boot system
|
||||
else
|
||||
echo "Kernel STUCK in BUILD! no zImage exist"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user