diff --git a/run b/run index 4662e96..5e91113 100755 --- a/run +++ b/run @@ -20,7 +20,7 @@ case "$arch" in ;; esac for p in ../buildroot_patches/*.patch; do - patch -N -p1 <"../buildroot_patches/${p}" || : + patch -N -r - -p 1 <"../buildroot_patches/${p}" || : done make BR2_EXTERNAL="$(pwd)/../kernel_module" "$defconfig" # TODO Can't get rid of this for now.