From: Simon Dawson Date: Wed, 1 Jan 2014 11:03:11 +0000 (+0000) Subject: manual: fix uboot subdirectory in example layout X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=febd1123aa3baed15d3037486f7c54eaeddcf07f;p=buildroot.git manual: fix uboot subdirectory in example layout If U-Boot patches are nested under BR2_GLOBAL_PATCH_DIR, then the subdirectory should be called "uboot", and not "u-boot". Signed-off-by: Simon Dawson Acked-by: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt index 918ab03d7a..5e622f1010 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-packages.txt @@ -73,13 +73,13 @@ board/ | +-- linux | | +-- linux-patch1.patch | | +-- linux-patch2.patch -| +-- u-boot +| +-- uboot | +-- foopkg +-- fooarch-board +-- patches +-- linux | +-- linux-patch3.patch - +-- u-boot + +-- uboot +-- foopkg -----