c590ed74cf
After moving the firmware packages used by devices in community to device/community, move the rest of the firmware packages to device/testing.
24 lines
1.3 KiB
Text
24 lines
1.3 KiB
Text
pkgname=firmware-samsung-klte
|
|
pkgver=1
|
|
pkgrel=2
|
|
pkgdesc="Samsung Galaxy S5 Firmware"
|
|
url="https://github.com/TheMuppets/proprietary_vendor_samsung"
|
|
arch="armv7"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck !spdx"
|
|
|
|
# Source
|
|
_commit="63715ce31aedd827bd1f8bac5e5c42cc47f28f85"
|
|
source="$pkgname-$_commit-bcmdhd_sta.bin::https://github.com/TheMuppets/proprietary_vendor_samsung/raw/$_commit/klte-common/proprietary/etc/wifi/bcmdhd_sta.bin
|
|
$pkgname-$_commit-nvram_net.txt::https://raw.githubusercontent.com/TheMuppets/proprietary_vendor_samsung/$_commit/klte-common/proprietary/etc/wifi/nvram_net.txt"
|
|
|
|
package() {
|
|
# Wifi
|
|
install -Dm644 "$srcdir/$pkgname-$_commit-bcmdhd_sta.bin" \
|
|
"$pkgdir/lib/firmware/postmarketos/brcm/brcmfmac4354-sdio.bin"
|
|
install -Dm644 "$srcdir/$pkgname-$_commit-nvram_net.txt" \
|
|
"$pkgdir/lib/firmware/postmarketos/brcm/brcmfmac4354-sdio.samsung,klte.txt"
|
|
}
|
|
|
|
sha512sums="e382700c6af5f592ebb10c4eca038289ae09a3de36a3f330b81c2c6322b75a85d1bbe1e3061f4c2d889bf32e9cf92f17e3474c324e166aa89847bd401aa902df firmware-samsung-klte-63715ce31aedd827bd1f8bac5e5c42cc47f28f85-bcmdhd_sta.bin
|
|
3619fc3b569f34600a6709f7e003843ceeb9a6e6779e5e57e02a3ebdf7d66a949717026c414fe3eefe0f7a0bfa769c179ec10d6cdf2f010b98477ba3e81c8b52 firmware-samsung-klte-63715ce31aedd827bd1f8bac5e5c42cc47f28f85-nvram_net.txt"
|