bef5dc9ae8
This gets the Samsung Galaxy Tab S 10.5 Wifi (samsung-chagallwifi) working at a very basic level. Full instructions of how to flash the device etc are already on the wiki at https://wiki.postmarketos.org/wiki/Samsung_Galaxy_Tab_S_10.5_WiFi_(chagallwifi)
25 lines
738 B
Text
25 lines
738 B
Text
# Contributor: David Davies-Jones <david@exultantmonkey.co.uk>
|
|
# Maintainer: David Davies-Jones <david@exultantmonkey.co.uk>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-samsung-chagallwifi
|
|
pkgdesc="Samsung Galaxy Tab S 10.5"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-chagallwifi mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="273994a361f1a65544c7aa4827beeace5fc90a39b7eaf951767b52826515488e8ebb455c5e2a79cb6de7ccffb6bff6183e34387a90f1a3835d453a7f15d38290 deviceinfo"
|