diff options
author | 2019-11-29 15:20:25 +0000 | |
---|---|---|
committer | 2019-12-05 22:09:43 +0100 | |
commit | 235041f60ade62a3f13e78b76e6653eebc3a2936 (patch) | |
tree | 6a50171de1d8108f2f2736703f145d99963d0d8c | |
parent | e1cf3f98d1691ca593a50b8d11ba04c798011698 (diff) | |
download | buildroot-235041f60ade62a3f13e78b76e6653eebc3a2936.tar.gz buildroot-235041f60ade62a3f13e78b76e6653eebc3a2936.tar.bz2 |
package/mxsldr: update the upstream URL in Config.in
Update the upstream URL in the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.
Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 3fa37a41d87a20302a53124baeb2feddc94466c6)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/mxsldr/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mxsldr/Config.in.host b/package/mxsldr/Config.in.host index a427e71cf7..0a02877c8b 100644 --- a/package/mxsldr/Config.in.host +++ b/package/mxsldr/Config.in.host @@ -6,4 +6,4 @@ config BR2_PACKAGE_HOST_MXSLDR Freescale i.MX23 and i.MX28 SoC's through the Serial Download Protocol. - git://git.denx.de/mxsldr.git + https://gitlab.denx.de/denx/mxsldr |