firmware-b43xx: new aport (MR 5081)
Added straight into community because it'll be used by the generic-x86_64 device package
This commit is contained in:
parent
dde8b6439d
commit
eab8911810
1 changed files with 23 additions and 0 deletions
23
device/community/firmware-b43xx/APKBUILD
Normal file
23
device/community/firmware-b43xx/APKBUILD
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
|
pkgname=firmware-b43xx
|
||||||
|
pkgver=6.30.163.46
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="Firmware for Broadcom B43xx WiFi chipsets"
|
||||||
|
url="https://www.lwfinger.com/b43-firmware/"
|
||||||
|
arch="x86_64"
|
||||||
|
license="proprietary"
|
||||||
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
||||||
|
source="$pkgname-$pkgver.tar.bz2::https://www.lwfinger.com/b43-firmware/broadcom-wl-$pkgver.tar.bz2"
|
||||||
|
makedepends="b43-fwcutter"
|
||||||
|
builddir="$srcdir"
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "$pkgdir"/lib/firmware/postmarketos
|
||||||
|
b43-fwcutter \
|
||||||
|
-w "$pkgdir"/lib/firmware/postmarketos/ \
|
||||||
|
broadcom-wl-"$pkgver".wl_apsta.o
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
0144894fbbb5e8ebab6c423d9bd0f3249be94f2f468a50b8bf721a3b17f1f6e57467c79e87abc8d136bfc92e701ed046885fead892e9a73efa5217d710311ae9 firmware-b43xx-6.30.163.46.tar.bz2
|
||||||
|
"
|
Loading…
Reference in a new issue