X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fgrub2%2FMakefile;h=203e426b7705026a4c4c94adfdfa9df35ecc731c;hb=4e56e5c629946ff73ae089eeca8ea95d7b629ec4;hp=64a30589d0e7c036e98818c473cb1c940362003b;hpb=e32defd80834f66ddc0de1cca23b6f389c5062fa;p=openwrt.git diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 64a30589d0..203e426b77 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,7 +13,10 @@ PKG_VERSION:=2.02~beta2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://alpha.gnu.org/gnu/grub +PKG_SOURCE_URL:=http://alpha.gnu.org/gnu/grub \ + http://gnualpha.uib.no/grub/ \ + http://mirrors.fe.up.pt/pub/gnu-alpha/grub/ \ + http://www.nic.funet.fi/pub/gnu/alpha/gnu/grub/ PKG_MD5SUM:=be62932eade308a364ea4bbc91295930 HOST_BUILD_PARALLEL:=1