kernel/build.sh @@ -68,7 +68,7 @@ cd $KER_PATH if [ ! -s arch/arm64/configs/$defconfig ] ; then if [ ! -s arch/arm64/configs/$defconfig -a -s $patch_file ] ; then pr_warn "do patch for $KER_PATH now..." patch -p1 < $patch_file fi