浏览代码

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>
Peter Seiderer 11 年之前
父节点
当前提交
4a9eb20de8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Config.in

+ 2 - 2
Config.in

@@ -173,7 +173,7 @@ if !BR2_PRIMARY_SITE_ONLY
 
 
 config BR2_BACKUP_SITE
 config BR2_BACKUP_SITE
 	string "Backup download site"
 	string "Backup download site"
-	default "http://sources.buildroot.net/"
+	default "http://sources.buildroot.net"
 	help
 	help
 	  Backup site to download from. If this option is set then buildroot
 	  Backup site to download from. If this option is set then buildroot
 	  will fall back to download package sources from here if the
 	  will fall back to download package sources from here if the
@@ -181,7 +181,7 @@ config BR2_BACKUP_SITE
 
 
 config BR2_KERNEL_MIRROR
 config BR2_KERNEL_MIRROR
 	string "Kernel.org mirror"
 	string "Kernel.org mirror"
-	default "http://www.kernel.org/pub/"
+	default "http://www.kernel.org/pub"
 	help
 	help
 	  kernel.org is mirrored on a number of servers around the world.
 	  kernel.org is mirrored on a number of servers around the world.
 	  The following allows you to select your preferred mirror.
 	  The following allows you to select your preferred mirror.