aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/Makefile
diff options
context:
space:
mode:
authorStefan Lippers-Hollmann <s.l-h@gmx.de>2018-04-10 22:20:49 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-04-18 23:57:13 +0200
commit18fe57753067fd3da408dbdeea60d15667f9faf3 (patch)
tree1c45f785a58668c9372c4241d3850a44304ae827 /package/kernel/mac80211/Makefile
parent97a3e69f61cad8f9a639dc65a3dcda37dfdd1a9f (diff)
downloadupstream-18fe57753067fd3da408dbdeea60d15667f9faf3.tar.gz
upstream-18fe57753067fd3da408dbdeea60d15667f9faf3.tar.bz2
upstream-18fe57753067fd3da408dbdeea60d15667f9faf3.zip
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@gmx.de>
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r--package/kernel/mac80211/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 73345ef576..f1d3da99e3 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