From: Peter Korsgaard Date: Mon, 19 Sep 2011 08:13:37 +0000 (+0200) Subject: barebox: patch-kernel.sh is no more X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcb43a0eb0c09ffb84c6c7b4c169a2874cb24cc9;p=buildroot.git barebox: patch-kernel.sh is no more Thanks to Sven Neumann for noticing. Signed-off-by: Peter Korsgaard --- diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk index 8826ef901e..c3510fd4c3 100644 --- a/boot/barebox/barebox.mk +++ b/boot/barebox/barebox.mk @@ -22,7 +22,7 @@ endif ifneq ($(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR)),) define BAREBOX_APPLY_CUSTOM_PATCHES - toolchain/patch-kernel.sh $(@D) $(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR) \ + support/scripts/apply-patches.sh $(@D) $(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR) \ barebox-$(BAREBOX_VERSION)-\*.patch endef