From: Peter Korsgaard Date: Sat, 19 Nov 2011 18:56:50 +0000 (+0100) Subject: u-boot: fix CUSTOM_PATCH_DIR documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=376a535fb38ebc35b05a98cbb184d37c381ba124;p=buildroot.git u-boot: fix CUSTOM_PATCH_DIR documentation We're using uboot--*.patch, and not u-boot--*.patch Reported-by: Jerzy Grzegorek Signed-off-by: Peter Korsgaard --- diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index daccd8bbcd..506f35405c 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--.patch. + named uboot--.patch. Most users may leave this empty