[Buildroot] [git commit] u-boot: fix CUSTOM_PATCH_DIR documentation

Peter Korsgaard jacmet at sunsite.dk
Sat Nov 19 18:56:50 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=376a535fb38ebc35b05a98cbb184d37c381ba124
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

We're using uboot-<version>-*.patch, and not u-boot-<version>-*.patch

Reported-by: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 boot/uboot/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index daccd8b..506f354 100644
--- 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
 


More information about the buildroot mailing list