fuel-main: Backport ntpd autostart enablement
[armband.git] / Makefile
index 9ba6d9c..35a3f08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,8 @@ patches-import: .submodules-init .submodules-patched
                                SUB_FEATURE=$${p_dir#$$SUB_DIR} \
                                SUB_TAG=${A_OPNFV_TAG}-fuel$$SUB_FEATURE/patch; \
                                echo "`tput setaf 2`== patching $$name ($$SUB_TAG)`tput sgr0`";\
-                               git tag $$SUB_TAG-root && git am -3 --whitespace=nowarn \
+                               git tag $$SUB_TAG-root && \
+                               git am -3 --whitespace=nowarn --patch-format=mbox \
                                        --committer-date-is-author-date $$SUB_PATCHES && \
                                git tag $$SUB_TAG || exit 1; \
                        fi \