yeah, thanks, that's what I need, man. I'll re-compile them tomorrow
(here is 3:05AM, btw need asleep).
Also, if you are going to edit the first post, don't forget to modify some line to make newcomer do correct things!
Code:
cat ~/android/linux-msm-rhod-nand/arch/arm/include/config/kernel.release
to
Code:
cat ~/android/linux-msm-rhod-nand/include/config/kernel.release
and add '-p' option to mkdir command to make it automatically create missing parent path if any to collapse code, for example:
Code:
if [ ! -d "$ANDROID/output/sdcard" ] ; then
mkdir -p $ANDROID/output/sdcard
fi
--
Best regard!
Uoc Nguyen