barebox: patch-kernel.sh is no more
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Sep 2011 08:13:37 +0000 (10:13 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 19 Sep 2011 08:13:37 +0000 (10:13 +0200)
Thanks to Sven Neumann for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/barebox/barebox.mk

index 8826ef901e803fe2fedd109321fad2d5dcb24c81..c3510fd4c317b9a1d0e66b80a767460c6034cde1 100644 (file)
@@ -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