compress boot and system dir only

This commit is contained in:
SecureCRT 2012-06-02 16:34:51 +08:00
parent aacc150509
commit 32f796ad5c

View File

@ -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