7ef5bc00d1
Attempting to use a stable device path there does not actually work, so we might as well remove it and hope that directfb can now automatically detect the touchscreen for osk-sdl.
30 lines
925 B
Text
30 lines
925 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Jasper Korten <jja2000@gmail.com>
|
|
pkgname="device-samsung-gt510wifi"
|
|
pkgdesc="Samsung Galaxy Tab A 9.7 WiFi (2015) (SM-T550)"
|
|
pkgver=1
|
|
pkgrel=2
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base mkbootimg linux-postmarketos-qcom-msm8916 soc-qcom-msm8916"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="GPU/WiFi/BT/Video firmware"
|
|
depends="linux-firmware-qcom firmware-samsung-gt510wifi-venus firmware-samsung-gt510wifi-wcnss"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="222c0708a960a26e3b9427019403d4c04327c93db03cba0c1fe3a4051a4d3d5033fe0491dc171c7d3c1f3b63f29456dc561975ac185fa4773fbd803fc9b51555 deviceinfo"
|