![Hacker1245](/assets/img/avatar_default.png)
The device boots, USB networking works, display works (touch doesn't work). All other information is in the Wiki page.
23 lines
617 B
Text
23 lines
617 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-motorola-cedric"
|
|
pkgdesc="Motorola Moto G5"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-motorola-cedric mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="fa095c74b9b0c2e5e0dc51c33b7a9feb18097f2841b48ab262f07e09b4c405fd4a03cee31c6cfe61e2830dbe923128d88bafc9ab547d5b2499e313b3c0eb0c13 deviceinfo"
|