wenxue.guo
2023-12-22 d451d07f2ead8cef2134185fd8e5054927921d4f
bootloader/build.sh
@@ -184,7 +184,7 @@
    cd $PRJ_PATH/${SRC}
    # do patch if not patched
    if [ ! -s configs/$defconfig ] ; then
    if [ ! -s configs/$defconfig -a -s $patch_file ] ; then
        pr_warn "do patch for $SRC now..."
        patch -p1 < $patch_file
    fi