[Buildroot] [PATCH 1/1] boot/uboot: add an upstream URL to Config.in

Mark Corbin mark at dibsco.co.uk
Fri Dec 27 15:35:34 UTC 2019


Add an upstream URL to the help text in Config.in. This
addresses the issue where an incorrect URL is displayed
on the package stats web page.

Signed-off-by: Mark Corbin <mark at dibsco.co.uk>
---
 boot/uboot/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 15cae8045a..42f2090787 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -3,6 +3,8 @@ config BR2_TARGET_UBOOT
 	help
 	  Build "Das U-Boot" Boot Monitor
 
+	  https://www.denx.de/wiki/U-Boot
+
 if BR2_TARGET_UBOOT
 choice
 	prompt "Build system"
-- 
2.20.1



More information about the buildroot mailing list