diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-21 22:17:48 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-22 16:42:20 +0100 |
commit | 43c09f2885b413aa44a65ddf85778e40349f2199 (patch) | |
tree | b738866eb638df3dbb4c5eec4a8295e31a64bed8 /package/firmware/linux-firmware | |
parent | ffb0181a8731847ea0d02d6e158adf3d7d95c382 (diff) | |
download | upstream-43c09f2885b413aa44a65ddf85778e40349f2199.tar.gz upstream-43c09f2885b413aa44a65ddf85778e40349f2199.tar.bz2 upstream-43c09f2885b413aa44a65ddf85778e40349f2199.zip |
Revert "linux-firmware: Add mirrors"
This reverts commit 0d4f02dfd650612aac6c11860139be03a0f54bee, which was
obviously untested. git downloads cannot handle multiple URLs at the
moment.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/firmware/linux-firmware')
-rw-r--r-- | package/firmware/linux-firmware/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index 0ac5ffff7d..b1d4bb3bdf 100644 --- a/package/firmware/linux-firmware/Makefile +++ b/package/firmware/linux-firmware/Makefile @@ -16,9 +16,7 @@ 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://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_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git PKG_MIRROR_HASH:=d34a25ed8d87eeed54ddd7579205292f0223f9b78a6223134d0ba933fd3b033c PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> |