[openwrt/openwrt] mac80211: ipw2100-fw: fix download mirror(s)

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 18 15:05:07 PDT 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/18fe57753067fd3da408dbdeea60d15667f9faf3

commit 18fe57753067fd3da408dbdeea60d15667f9faf3
Author: Stefan Lippers-Hollmann <s.l-h at gmx.de>
AuthorDate: Tue Apr 10 22:20:49 2018 +0200

    mac80211: ipw2100-fw: fix download mirror(s)
    
    bughost.org hasn't existed for 6-8 years, add a couple of current
    mirrors to avoid the fallback to http://mirror2.openwrt.org/sources/.
    
    Signed-off-by: Stefan Lippers-Hollmann <s.l-h at gmx.de>
---
 package/kernel/mac80211/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 73345ef..f1d3da9 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -989,7 +989,11 @@ IPW2100_NAME:=ipw2100-fw
 IPW2100_VERSION:=1.3
 
 define Download/ipw2100
-  URL:=http://bughost.org/firmware/
+  URL:= \
+	https://src.fedoraproject.org/repo/pkgs/ipw2100-firmware/ipw2100-fw-1.3.tgz/46aa75bcda1a00efa841f9707bbbd113/ \
+	https://archlinux.mirror.pkern.at/other/packages/ipw2100-fw/ \
+	http://mirror.ox.ac.uk/sites/ftp.openbsd.org/pub/OpenBSD/distfiles/firmware/ \
+	http://firmware.openbsd.org/firmware-dist/
   FILE:=$(IPW2100_NAME)-$(IPW2100_VERSION).tgz
   HASH:=e1107c455e48d324a616b47a622593bc8413dcce72026f72731c0b03dae3a7a2
 endef



More information about the lede-commits mailing list