diff options
| author | Peter Seiderer <ps.report@gmx.net> | 2014-02-21 23:33:36 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-22 22:48:53 +0100 |
| commit | 4a9eb20de817fa64de865ee3b715827d26ebaa23 (patch) | |
| tree | 5660889919d21c384b99eceda024981259f01984 /Config.in | |
| parent | 50c33ad125e84f6df485b85ef10c9dd6b73ae7ea (diff) | |
| download | buildroot-4a9eb20de817fa64de865ee3b715827d26ebaa23.tar.gz buildroot-4a9eb20de817fa64de865ee3b715827d26ebaa23.zip | |
Fix backup and kernel download url.
Remove duplicated slash from backup and kernel download url,
e.g. http://www.kernel.org/pub//linux/kernel/v3.x/linux-3.13.3.tar.xz
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Config.in')
| -rw-r--r-- | Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -173,7 +173,7 @@ if !BR2_PRIMARY_SITE_ONLY config BR2_BACKUP_SITE string "Backup download site" - default "http://sources.buildroot.net/" + default "http://sources.buildroot.net" help Backup site to download from. If this option is set then buildroot will fall back to download package sources from here if the @@ -181,7 +181,7 @@ config BR2_BACKUP_SITE config BR2_KERNEL_MIRROR string "Kernel.org mirror" - default "http://www.kernel.org/pub/" + default "http://www.kernel.org/pub" help kernel.org is mirrored on a number of servers around the world. The following allows you to select your preferred mirror. |

