wenxue.guo
2023-12-22 d451d07f2ead8cef2134185fd8e5054927921d4f
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