ipw2200-fw: dropped. use linux-firmware instead

This commit is contained in:
Fredrik Rinnestam 2018-02-10 00:39:05 +01:00
parent 417554ce24
commit 9d41c3957f
4 changed files with 0 additions and 26 deletions

View File

@ -1,5 +0,0 @@
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/firmware/
-rw-r--r-- root/root lib/firmware/ipw2200-bss.fw
-rw-r--r-- root/root lib/firmware/ipw2200-ibss.fw
-rw-r--r-- root/root lib/firmware/ipw2200-sniffer.fw

View File

@ -1 +0,0 @@
eaba788643c7cc7483dd67ace70f6e99 ipw2200-fw-3.1.tgz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39Rl0fe1thxjUwy+1fM4gRL8nFoheEClF9Euoir0RZCwxwJ/VTvCzZCQXxguaXjUuDyoD/UkPSnF4qmjhp6zWgA=
SHA256 (Pkgfile) = 705dbbf4ae315aff2df3cfa6fe0e86bad346bacd83188e09b07a7c7788a10a4f
SHA256 (.footprint) = 376d40456666a30565c03b24cd5fef12da52bd1aa610091c7ff83a56a07f5478
SHA256 (ipw2200-fw-3.1.tgz) = c6818c11c18cc030d55ff83f64b2bad8feef485e7742f84f94a61d811a6258bd

View File

@ -1,15 +0,0 @@
# Description: Firmware for the Intel PRO/Wireless 2200BG
# URL: http://ipw2200.sourceforge.net/firmware.php
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
name=ipw2200-fw
version=3.1
release=1
source=(http://pkgs.fedoraproject.org/repo/pkgs/ipw2200-firmware/ipw2200-fw-3.1.tgz/eaba788643c7cc7483dd67ace70f6e99/$name-$version.tgz)
build() {
install -d $PKG/lib/firmware
find $name-$version -name "LICENSE.ipw2200-fw" -delete
cp $name-$version/* $PKG/lib/firmware
}