1f8095771c
I only tested the usb network feature by ssh'ing in to the device. Nothing else works yet. [ci:skip-build]: already built successfully in CI
23 lines
588 B
Text
23 lines
588 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-oppo-find-7a"
|
|
pkgdesc="OPPO Find 7a"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-oppo-find-7a mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="cf22482f1948c0c99c9d10cd28dbd12c9881c67266547e0271b9249c27c4cfb7d954797b11704dc3a6ece95ef15bbf45f34a659244226304ef0b264a2416c41e deviceinfo"
|