b4b7f1ffdc
This is the beginning of a port to the the LG devices with the codename vee7e, the one i have is the LG-P710 but according to the xda forum there are some others, so if someone could test those that would be nice. I have not done any work besides making the kernel build and checking if it boots so there still are some rather obvious issues but it boots and has working USB-networking as well as a partially working screen and touchscreen. [ci:skip-build]: already built successfully in CI
23 lines
584 B
Text
23 lines
584 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-lg-vee7e"
|
|
pkgdesc="LG Optimus L7 II"
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-lg-vee7e mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="dad25ae130398cf92316a93d634c8f4e2b52702a65894a84cffbe8302632dd301a62707e2015e290ef34265e3e032a7398de8b30fad61e05af42c2bdeabd368d deviceinfo"
|