c9ecca715d
Add the wifi firmware for bcm4335. This is the blob that is being used in LineageOS/CyanogenMod 14.1.
21 lines
810 B
Text
21 lines
810 B
Text
pkgname="device-samsung-i9505"
|
|
pkgdesc="Samsung Galaxy S4 International"
|
|
pkgver=0.3
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="noarch"
|
|
options="!check"
|
|
depends="linux-samsung-i9505 firmware-samsung-i9505 mkbootimg"
|
|
source="deviceinfo 90-android-sec_touchscreen.rules"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
install -D -m644 "$srcdir"/90-android-sec_touchscreen.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-android-sec_touchscreen.rules
|
|
|
|
}
|
|
|
|
sha512sums="f61a49bb89b89a04e71852c8c0e9e1eb63778c2b836ec0c1e55bd4c4796e9137fc22520f52270ba0a528afd0c06c8daf8065f2e673776e4c95d7bf6f6b76a2d8 deviceinfo
|
|
9dd220de9aa0ee4106686d43a4bac858c7b57ca8537488a54176ef13615195dab7945ca3f6896368186e99c7ed78748a2ad25458efe586dbc337190143d5184f 90-android-sec_touchscreen.rules"
|