firmware-samsung-klimt: add wifi firmware for mainline (MR 4721)
We take the nvram file from downstream vendor repo, and depend on linux-firmware-brcm for the brcm blob.
This commit is contained in:
parent
bc15225b03
commit
6b48aee5cd
1 changed files with 6 additions and 1 deletions
|
@ -45,8 +45,13 @@ downstream() {
|
|||
|
||||
mainline() {
|
||||
pkgdesc="Firmware for Samsung klimt* when using mainline kernel"
|
||||
depends="linux-firmware-s5p-mfc"
|
||||
depends="linux-firmware-s5p-mfc linux-firmware-brcm"
|
||||
mkdir -p "$subpkgdir"
|
||||
|
||||
install -Dm644 "$srcdir/$pkgname-$_klimt_commit"-nvram_net.txt \
|
||||
"$subpkgdir"/lib/firmware/brcm/brcmfmac4354-sdio.samsung,klimt-wifi.txt
|
||||
ln -s brcmfmac4354-sdio.samsung,klimt-wifi.txt \
|
||||
"$subpkgdir"/lib/firmware/brcm/brcmfmac4354-sdio.samsung,klimt-lte.txt
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Reference in a new issue