diff options
author | diizzyy <diizzyy@users.noreply.github.com> | 2016-09-23 13:41:41 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-09-27 17:50:22 +0200 |
commit | 0d4f02dfd650612aac6c11860139be03a0f54bee (patch) | |
tree | 90702ff365a07b0eac867e83d31f1937d8471801 | |
parent | c0b15b307201ddeeaf01aa4d6c85cdefbade035f (diff) | |
download | upstream-0d4f02dfd650612aac6c11860139be03a0f54bee.tar.gz upstream-0d4f02dfd650612aac6c11860139be03a0f54bee.tar.bz2 upstream-0d4f02dfd650612aac6c11860139be03a0f54bee.zip |
linux-firmware: Add mirrors
Adds Google's mirrors as primary source and kernel.org as fallback.
Discussed in #lede-dev on Freenode
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
-rw-r--r-- | package/firmware/linux-firmware/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index 5656fd692d..a1cf30a886 100644 --- a/package/firmware/linux-firmware/Makefile +++ b/package/firmware/linux-firmware/Makefile @@ -16,7 +16,9 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) -PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git +PKG_SOURCE_URL:=\ + https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware \ + https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git PKG_MIRROR_MD5SUM:=762d7f4a87e944338c2871c953603377 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> |