projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358601f
)
barebox: patch-kernel.sh is no more
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 19 Sep 2011 08:13:37 +0000
(10:13 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/boot/barebox/barebox.mk
b/boot/barebox/barebox.mk
index 8826ef901e803fe2fedd109321fad2d5dcb24c81..c3510fd4c317b9a1d0e66b80a767460c6034cde1 100644
(file)
--- 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