mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added alarm/firmware-ap6210
This commit is contained in:
parent
06a4cecc2e
commit
7e7cc7c344
1 changed files with 17 additions and 0 deletions
17
alarm/firmware-ap6210/PKGBUILD
Normal file
17
alarm/firmware-ap6210/PKGBUILD
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
|
||||
buildarch=4
|
||||
|
||||
pkgname=firmware-ap6210
|
||||
pkgver=1.2_03192013
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware for the BCM43362/AP6210 in the Cubietruck"
|
||||
url="http://dl.cubieboard.org/public/Cubieboard/benn/firmware/ap6210/"
|
||||
arch=('armv7h')
|
||||
source=("http://dl.cubieboard.org/public/Cubieboard/benn/firmware/ap6210/nvram_ap6210.txt")
|
||||
md5sums=('d3c17265dcd0a16c6c5f6c648baeffa3')
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}/usr/lib/firmware/brcm"
|
||||
cp nvram_ap6210.txt "${pkgdir}/usr/lib/firmware/brcm/brcmfmac43362-sdio.txt"
|
||||
}
|
Loading…
Reference in a new issue