support: move patch-kernel.sh and rename it
The name "patch-kernel.sh" is a bit stupid, since this script is used to patch everything in Buildroot, not only kernel trees. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
20f8a7dec6
commit
59a326b934
@@ -37,7 +37,7 @@ define CVS_DEBIAN_PATCHES
|
||||
do $(SED) 's,^\+\+\+ .*cvs-$(CVS_VERSION)/,+++ cvs-$(CVS_VERSION)/,' $$i; \
|
||||
done; \
|
||||
); \
|
||||
toolchain/patch-kernel.sh $(@D) $(@D)/debian/patches \*; \
|
||||
support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*; \
|
||||
fi
|
||||
endef
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user