diff --git a/build.sh b/build.sh index a2a8599..e965102 100755 --- a/build.sh +++ b/build.sh @@ -11,7 +11,8 @@ buildp_dispatch() { ex_rtl_log_set_vnfo_lvl "${ARG_VERBOSE:-0}"; ex_rtl_log_msg info "Build started by ${BUILD_USER:=${USER}}@${BUILD_HNAME:=$(hostname)} at ${BUILD_DATE_START}."; ex_rtl_log_env_vars "build (global)" ${DEFAULT_LOG_ENV_VARS}; - if [ -n "${ARG_RESTART}" ]; then + if [ -n "${ARG_RESTART}" ]\ + && [ "${ARG_RESTART}" != ALL ]; then _build_tgt_pkg_names=""; for _build_tgt_lc in ${BUILD_TARGETS:-${TARGETS_DEFAULT}}; do _build_tgt_uc="$(ex_rtl_toupper "${_build_tgt_lc}")"; diff --git a/patches/findutils_minipix-4.5.19.local.patch b/patches/findutils_minipix-4.5.19.local.patch new file mode 120000 index 0000000..dcd8f5c --- /dev/null +++ b/patches/findutils_minipix-4.5.19.local.patch @@ -0,0 +1 @@ +findutils-4.5.19.local.patch \ No newline at end of file