From 59a326b934737483531c49c99acda7874c72e335 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 31 Aug 2011 23:35:04 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/cvs/cvs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/cvs') diff --git a/package/cvs/cvs.mk b/package/cvs/cvs.mk index 023e93baf..8d56a2107 100644 --- a/package/cvs/cvs.mk +++ b/package/cvs/cvs.mk @@ -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 -- cgit v1.2.3