mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Dont create .rej files for reapplied patches
This commit is contained in:
2
run
2
run
@@ -20,7 +20,7 @@ case "$arch" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
for p in ../buildroot_patches/*.patch; do
|
for p in ../buildroot_patches/*.patch; do
|
||||||
patch -N -p1 <"../buildroot_patches/${p}" || :
|
patch -N -r - -p 1 <"../buildroot_patches/${p}" || :
|
||||||
done
|
done
|
||||||
make BR2_EXTERNAL="$(pwd)/../kernel_module" "$defconfig"
|
make BR2_EXTERNAL="$(pwd)/../kernel_module" "$defconfig"
|
||||||
# TODO Can't get rid of this for now.
|
# TODO Can't get rid of this for now.
|
||||||
|
|||||||
Reference in New Issue
Block a user