samsung-herolte: add wifi firmware (!309)
This adds the required firmware to allow ip link set wlan0 up, which then enables Samsung Hero-Devices, the Galaxy S7 (herolte) and the Galaxy S7 Edge (hero2lte), to connect to the Internet.
This commit is contained in:
parent
9353bca73f
commit
548e9465f9
1 changed files with 25 additions and 0 deletions
25
firmware/firmware-samsung-hero/APKBUILD
Normal file
25
firmware/firmware-samsung-hero/APKBUILD
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Contributor: Polynomdivision
|
||||
pkgname=firmware-samsung-hero
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for the Samsung hero devices (herolte, hero2lte)"
|
||||
url="https://github.com/TheMuppets/proprietary_vendor_samsung"
|
||||
arch="noarch"
|
||||
license="proprietary"
|
||||
_commit="22da2c3359151e0bbddaaa9804d4bf8de072051d"
|
||||
options="!check !archcheck"
|
||||
source="
|
||||
bcmdhd_sta.bin_c0::https://github.com/TheMuppets/proprietary_vendor_samsung/raw/$_commit/hero-common/proprietary/etc/wifi/bcmdhd_sta.bin_c0
|
||||
nvram_net.txt_c0::https://raw.githubusercontent.com/TheMuppets/proprietary_vendor_samsung/$_commit/hero-common/proprietary/etc/wifi/nvram_net.txt_c0"
|
||||
|
||||
package() {
|
||||
# Wifi
|
||||
mkdir -p "$pkgdir/lib/firmware/postmarketos"
|
||||
install -Dm644 "$srcdir/bcmdhd_sta.bin_c0" \
|
||||
"$pkgdir/lib/firmware/postmarketos/bcmdhd_sta.bin_c0"
|
||||
install -Dm644 "$srcdir/nvram_net.txt_c0" \
|
||||
"$pkgdir/lib/firmware/postmarketos/nvram_net.txt_c0"
|
||||
}
|
||||
|
||||
sha512sums="fa27c828b6732f49f8463a6ab15c4ceb5af0aa3f40ab55b4aed46c07de641d79fbc0e2bc44ed2c6e5803dc80ffe061d60403dfe14a8b4558e8c52d0570d8ecf0 bcmdhd_sta.bin_c0
|
||||
b7ee2028f641c65ec187b23d0b8d9aa0921edfb950c8f0b274de95e23a2d28d9aeaedfd868bce4d0a30a0c9798adb1ccdb2c8a39da6df7784ecbd9e9a8cd27dd nvram_net.txt_c0"
|
Loading…
Reference in a new issue