mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
non-free/b43-firmware: new aport
firmware for b43 driver
This commit is contained in:
parent
27bb3d867f
commit
4d661b513b
21
non-free/b43-firmware/APKBUILD
Normal file
21
non-free/b43-firmware/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=b43-firmware
|
||||
pkgver=4.150.10.5
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for b43 driver"
|
||||
url="http://linuxwireless.org/en/users/Drivers/b43#firmware_installation"
|
||||
license="propietary"
|
||||
depends=""
|
||||
makedepends="b43-fwcutter"
|
||||
install=
|
||||
subpackages=
|
||||
source="http://mirror2.openwrt.org/sources/broadcom-wl-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
install -d "$pkgdir"/lib/firmware
|
||||
b43-fwcutter -w "$pkgdir"/lib/firmware \
|
||||
"$srcdir"/broadcom-wl-$pkgver/driver/wl_apsta_mimo.o
|
||||
}
|
||||
|
||||
md5sums="0c6ba9687114c6b598e8019e262d9a60 broadcom-wl-4.150.10.5.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user