95198e12e9
device-xiaomi-santoni: use mdss-fb-init-hack to refresh the display, and swapfile to fix "out of memory" when loading proprietary blobs. I have tested the kernel, USB Networking, Display, USB OTG, Wi-Fi (with proprietary blobs) works fine, through I haven't figured out how to get Bluetooth and among of other stuff to work. Audio works. For more information on how to get Wi-Fi and Audio to work, check out the wiki page for this device, I have updated it. [ci:skip-build]: already built successfully in CI
22 lines
614 B
Text
22 lines
614 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-xiaomi-santoni"
|
|
pkgdesc="Xiaomi Redmi 4X"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-xiaomi-santoni mkbootimg mesa-dri-swrast mdss-fb-init-hack"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="827454ba88387de7b3493c087533b0a560a636e52f7cc00e05309e1de7eaf3ce39c869f52535245b47492e63ba38e8c30a793c5220a1e70b54f3a54e92f73c5a deviceinfo"
|