|
@@ -3,7 +3,8 @@ PKG_NAME ?= u-boot
|
|
|
ifndef PKG_SOURCE_PROTO
|
|
|
PKG_SOURCE = $(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
PKG_SOURCE_URL = \
|
|
|
- https://sources.openwrt.org \
|
|
|
+ https://mirror.cyberbits.eu/u-boot \
|
|
|
+ https://ftp.denx.de/pub/u-boot \
|
|
|
ftp://ftp.denx.de/pub/u-boot
|
|
|
endif
|
|
|
|