Sync from SUSE:SLFO:Main zd1211-firmware revision a1c4815d549f67e5a481a09e183e2f0e
This commit is contained in:
commit
dd6baa27d8
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
zd1211-firmware-1.5.tar.bz2
(Stored with Git LFS)
Normal file
BIN
zd1211-firmware-1.5.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
37
zd1211-firmware.changes
Normal file
37
zd1211-firmware.changes
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 21 10:42:29 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
- Fix build on Leap which does not have %_firmwaredir
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 13:06:22 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- use %_firmwaredir
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 00:43:50 CEST 2014 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to version 1.5
|
||||||
|
- Sync to vendor driver v3.0.0.56
|
||||||
|
- Header files taken from LinuxUSB_AR2524-3.0.0.56.tgz
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 25 16:03:26 UTC 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- Install the COPYING file as required by the GPL.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 4 14:31:21 CEST 2007 - lnussel@suse.de
|
||||||
|
|
||||||
|
- new version 1.4
|
||||||
|
* Sync to vendor driver v2.21.0.0; According to Atheros, this
|
||||||
|
firmware fixes a USB disconnect issue which most commonly
|
||||||
|
appeared when running "lsusb" or "cat /proc/usb/devices" while
|
||||||
|
using the device.
|
||||||
|
- update modaliases
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 13 14:01:33 CET 2007 - lnussel@suse.de
|
||||||
|
|
||||||
|
- new package for version 1.3
|
||||||
|
|
84
zd1211-firmware.spec
Normal file
84
zd1211-firmware.spec
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
#
|
||||||
|
# spec file for package zd1211-firmware
|
||||||
|
#
|
||||||
|
# Copyright (c) 2021 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
|
%{?!_firmwaredir:%define _firmwaredir /lib/firmware}
|
||||||
|
|
||||||
|
Name: zd1211-firmware
|
||||||
|
Version: 1.5
|
||||||
|
Release: 0
|
||||||
|
Summary: Firmware for ZD1211 USB WLAN sticks
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
Group: Hardware/Wifi
|
||||||
|
Source: http://downloads.sourceforge.net/zd1211/zd1211-firmware-%{version}.tar.bz2
|
||||||
|
URL: http://zd1211.ath.cx/
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
# Modules: zd1211rw.ko
|
||||||
|
Supplements: modalias(usb:v0053p5301d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0471p1236d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v050Dp705Cd*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0586p340[129F]d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0586p341[023]d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v079Bp004Ad*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v079Bp0062d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v07B8p6001d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v083Ap4505d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0ACEp121[15]d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0ACEp2011d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0ACEp20FFd*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0B05p170Cd*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0B05p171Bd*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0B3Bp[15]630d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0BAFp0121d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v0DF6p907[15]d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v126FpA006d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v13B1p001Ed*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v13B1p0024d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v1435p0711d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v14EApAB13d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v157Ep300[BD]d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v157Ep3204d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v1582p6003d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v1740p2000d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
Supplements: modalias(usb:v6891pA727d*dc*dsc*dp*ic*isc*ip*)
|
||||||
|
# Generated with: extract-modaliases zd1211rw
|
||||||
|
|
||||||
|
%description
|
||||||
|
Firmware for USB WLAN sticks based on the ZyDAS ZD1211 chip
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n zd1211-firmware
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -d -m 755 %{buildroot}%{_firmwaredir}/zd1211
|
||||||
|
install -m 644 zd* %{buildroot}%{_firmwaredir}/zd1211
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%doc README COPYING
|
||||||
|
%{_firmwaredir}/zd1211
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user