diff options
Diffstat (limited to 'package/boot/uboot-omap4/Makefile')
-rw-r--r-- | package/boot/uboot-omap4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/boot/uboot-omap4/Makefile b/package/boot/uboot-omap4/Makefile index d128e16bd1..d0830cfb85 100644 --- a/package/boot/uboot-omap4/Makefile +++ b/package/boot/uboot-omap4/Makefile @@ -14,7 +14,9 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot +PKG_SOURCE_URL:= \ + http://mirror2.openwrt.org/sources \ + ftp://ftp.denx.de/pub/u-boot PKG_MD5SUM:=7f29b9f6da44d6e46e988e7561fd1d5f PKG_TARGETS:=bin |