summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorPeter Korsgaard2011-09-19 10:13:37 +0200
committerPeter Korsgaard2011-09-19 10:13:37 +0200
commitdcb43a0eb0c09ffb84c6c7b4c169a2874cb24cc9 (patch)
tree1aaf17c4158c6552b0423e9c78dbbe367e408e08 /boot
parentCHANGES: update with recent changes (diff)
downloadbuildroot-dcb43a0eb0c09ffb84c6c7b4c169a2874cb24cc9.tar.gz
buildroot-dcb43a0eb0c09ffb84c6c7b4c169a2874cb24cc9.tar.xz
buildroot-dcb43a0eb0c09ffb84c6c7b4c169a2874cb24cc9.zip
barebox: patch-kernel.sh is no more
Thanks to Sven Neumann for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/barebox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 8826ef901..c3510fd4c 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