bootloader/build.sh | ●●●●● patch | view | raw | blame | history | |
kernel/build.sh | ●●●●● patch | view | raw | blame | history |
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 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