projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29fad1
)
u-boot: fix CUSTOM_PATCH_DIR documentation
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 19 Nov 2011 18:56:50 +0000
(19:56 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 19 Nov 2011 18:56:50 +0000
(19:56 +0100)
We're using uboot-<version>-*.patch, and not u-boot-<version>-*.patch
Reported-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/uboot/Config.in
patch
|
blob
|
history
diff --git
a/boot/uboot/Config.in
b/boot/uboot/Config.in
index daccd8bbcdca43bc392ce8a3547991574810b360..506f35405c6c2b1e4c0f75a8ba40cd0476777ddb 100644
(file)
--- a/
boot/uboot/Config.in
+++ b/
boot/uboot/Config.in
@@
-61,7
+61,7
@@
config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
help
If your board requires custom patches, add the path to the
directory containing the patches here. The patches must be
- named u
-
boot-<version>-<something>.patch.
+ named uboot-<version>-<something>.patch.
Most users may leave this empty