942664fd0b
bcm4330 has 2 wifi sdio firmwares, one with IEEE 802.11а support and one without. One without was missing which caused some devices to have wireless network issues. Additionally Oyua specific bluetooth firmware was found and it is included as well. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> [ci:skip-build]: Already built successfully in CI.
29 lines
954 B
Text
29 lines
954 B
Text
# Maintainer: Svyatoslav Ryhel <clamor95@gmail.com>
|
|
# Co-Maintainer: Ion Agorria
|
|
# Co-Maintainer: Anton Bambura <jenneron@protonmail.com>
|
|
# Co-Maintainer: Maxim Schwalm <maxim.schwalm@gmail.com>
|
|
|
|
pkgname=firmware-nvidia-tegra-armv7
|
|
pkgver=4
|
|
pkgrel=0
|
|
pkgdesc="Firmware files for Tegra devices supported by GRATE project"
|
|
url="https://gitlab.com/grate-driver/firmware"
|
|
arch="armv7"
|
|
license="proprietary"
|
|
makedepends="coreutils"
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
|
|
# source
|
|
_commit="1ce8924c74afc7f3bb37151d9d16295049063788"
|
|
_repo="firmware"
|
|
source="$pkgname-$_commit.tar.gz::$url/-/archive/$_commit/$_repo-$_commit.tar.gz"
|
|
|
|
builddir="$srcdir/$_repo-$_commit"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
14c3eedd90f7ce22bd2efba124a57bd673b449cdd889eb4009aa4d7f64d950bccd176acf2c05694a7ebd12ad979f4a37f12ada72331a2e142330e4b95024750c firmware-nvidia-tegra-armv7-1ce8924c74afc7f3bb37151d9d16295049063788.tar.gz
|
|
"
|