linux-chuwi-hi10plus: upgrade to 5.1.7, optimize config (!416)
I've upgraded the kernel to 5.1.7 stable for this tablet, boots and working perfectly fine. I have also added support for initramfs touch screen using mainline silead and as well as optimized the kernel configuration a little bit, it should now compile faster on ollieparanoid's computer (where the official binary packages are currently built). [ci:skip-build]: won't finish in time on CI Signed-off-by: Danct12 <danct12@disroot.org>
This commit is contained in:
parent
5f7ad0f458
commit
92454681aa
4 changed files with 536 additions and 1514 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname="device-chuwi-hi10plus"
|
||||
pkgdesc="CHUWI Hi10 Plus"
|
||||
pkgver=0.1
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -46,6 +46,6 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="519a4add79bbf8ded51fb45affac03c59bd5f5e34b4a7e0f77baa5d007cf3a72349b494105c35ba50a52632bf20dd01c8db9bcf625a47196cf4d2b18342c5f51 deviceinfo
|
||||
sha512sums="8bc0b5b464a7ea758285a8d68132adc3e543242b8baf5548e131ee72cb837ded0856ec3146401d81322d6e2b7b7c6febf67f3aea92585a34ac3c36af60681027 deviceinfo
|
||||
8191c479588ccd0c44d23a06cee975635ad9353a7469489c3436ca22051410ff5153dccfb38284dd3976fd6bb8ea6979d32224b652ce68b51f4448c2aa8fc9dd initfs-hook.sh
|
||||
15497cf556750d2b91ef81dab7c4071dc5d1d62bab6f98db0b240e74d8b26ebcda5af2f80fe998518c3b53e72e0daa762d063c87dff46d73d70a8d879cb9aaa8 weston.ini"
|
||||
|
|
|
@ -7,7 +7,7 @@ deviceinfo_manufacturer="CHUWI"
|
|||
deviceinfo_codename="chuwi-hi10plus"
|
||||
deviceinfo_date="2016"
|
||||
deviceinfo_dtb=""
|
||||
deviceinfo_modules_initfs="gslx680_ts_acpi"
|
||||
deviceinfo_modules_initfs="silead"
|
||||
deviceinfo_arch="x86_64"
|
||||
|
||||
# Device related
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Kernel config based on: <https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux>
|
||||
|
||||
pkgname="linux-chuwi-hi10plus"
|
||||
pkgver=5.1.5
|
||||
pkgver=5.1.7
|
||||
pkgrel=0
|
||||
pkgdesc="Chuwi Hi10 Plus stable kernel"
|
||||
arch="x86_64"
|
||||
|
@ -77,7 +77,7 @@ dev() {
|
|||
INSTALL_HDR_PATH="$subpkgdir"/usr
|
||||
}
|
||||
|
||||
sha512sums="bd1e61520c88e66064aba04ec3e5dbbc7c3c5d2c8685a33715adca5b8989cf3cab76a705fbb913389a2ef00f70b00b602c24dfe6ffa1076c83e534d07d0723ff linux-chuwi-hi10plus-5.1.5.tar.gz
|
||||
4378e9e6b087f354fc61a747c9f7be4ee0b40b29aac78351641b2548406f1f576d2bc8422ed17b33680fe590ad9cc33ca5603ad2d119610e4cbfe8707783be3b config-chuwi-hi10plus.x86_64
|
||||
sha512sums="8d84560e22a6473653efa1dc229c8f8c4f95da8c2f61050583bb1285efa774c958fb13da1cf83a4f9c2cd2e73f2075569da346fa64399ccd058e793754da066a linux-chuwi-hi10plus-5.1.7.tar.gz
|
||||
c591fbe7eef35cd62eed569782cdafb06a07d216d3657b007469502119426b3f52eccd268f02d5fd60e461bc96b262ca3f5f4b1ab9a7122d7af27d83db6cadc6 config-chuwi-hi10plus.x86_64
|
||||
cffb4b1dc204a15697aa26749df49b3f450de808cb630cf53d4718d933031a42789b79e94d39a9fe44a75e385f609c70aa8ccfb2e91e4fe473e0ee5245146c66 input-silead-Add-MSSL0017-to-acpi_device_id.patch
|
||||
b97509150d4061001e90e1a595723c479252647b5f94f50b7be0673d11556b28a90fa0afff9f0961a4512c3cbc8d4b02b827e75f75385cbb3ad63b378f3931e3 platform-x86-touchscreen_dmi-Add-info-for-the-CHUWI-.patch"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue