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 --- boot/uboot/uboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/uboot') diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 776bdefcb..202995a73 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -52,7 +52,7 @@ endef ifneq ($(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR)),) define UBOOT_APPLY_CUSTOM_PATCHES - toolchain/patch-kernel.sh $(@D) $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR) \ + support/scripts/apply-patches.sh $(@D) $(BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR) \ uboot-$(UBOOT_VERSION)-\*.patch endef -- cgit v1.2.3