diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-17 17:18:21 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-17 17:23:26 +0200 |
commit | fb2a4cae9a6d07a7fa69e6382f2ce11f6d6a8497 (patch) | |
tree | e3de0cb1ca1cd8079f79c3255f2513ad129fb81c | |
parent | 9feffb5fd23f7d102c1cc648ad41f0530d8fec02 (diff) | |
download | abslibre-fb2a4cae9a6d07a7fa69e6382f2ce11f6d6a8497.tar.gz abslibre-fb2a4cae9a6d07a7fa69e6382f2ce11f6d6a8497.tar.bz2 abslibre-fb2a4cae9a6d07a7fa69e6382f2ce11f6d6a8497.zip |
pcr: linux-libre: Add panel-sony-acx565akm
This panel is present in the Nokia n900 smartphone. While this
smartphone is not officially supported by Parabola (it has a nonfree
bootloader on the device, and it also only has 256M of RAM so its use
is limited), this still enable users to make its display work if they
install Parabola on it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/linux-libre/config.armv7h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index f9d5e1b8a..80ef2c932 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -15,7 +15,7 @@ _replacesoldmodules=() # '%' gets replaced with kernel suffix pkgbase=linux-libre pkgver=5.17.3 # (x86_64 only - other arches need re-working) -pkgrel=1 +pkgrel=2 pkgdesc='Linux-libre' rcnver=5.11.11 rcnrel=armv7-x14 @@ -104,7 +104,7 @@ sha512sums=('565de7f956e40a931858cb29b61619f25fc57ce588b8762bef806e470d20bbbdf98 'SKIP' '4d20c1d0eed64bc64ac04e41e10288259212e00bc0967887e20e5ae277735d3a036c0a5ded08276455d2748af5787ebcf910329491eb43e84c204d6a9d76065f' 'cf8aa9f4071f74f6cbd0314c8193f75b7e8bbb2caecb4b5b4c07d94eb61d9a70ed98ed0fc2db92ce9b4a796598b098e7cd0d171a660584e4da419870b329a599' - '51e8b4da770067e8257d292622d865cb16ac57fdfd8967bdfb74efec197dae9eab958e5637a728640ae60885bdde41c06c8076227a4f83db0b752215f91f3a87' + '67f21092a7b3dc0c65f68184057d568f8957c13871b9ee7efc3b41ca44c9b6a4d4c2394ec6257e775c607e089bf8e7116624a492486774e4ff58cb525ebd755a' '53103bf55b957b657039510527df0df01279dec59cda115a4d6454e4135025d4546167fa30bdc99107f232561c1e096d8328609ab5a876cf7017176f92ad3e0b' '167bc73c6c1c63931806238905dc44c7d87c5a5c0f6293159f2133dfe717fb44081018d810675716d1605ec7dff5e8333b87b19e09e2de21d0448e447437873b' 'bb6718984a7357c9b00c37e4788480e5b8b75018c172ecc1441bc3fc5d2d42444eb5d8c7f9d2e3a7d6fed6d03acb565e3c0559486e494c40a7fe6bd0570c9ede' diff --git a/libre/linux-libre/config.armv7h b/libre/linux-libre/config.armv7h index c786488cf..3bb7c081b 100644 --- a/libre/linux-libre/config.armv7h +++ b/libre/linux-libre/config.armv7h @@ -6212,7 +6212,7 @@ CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m # CONFIG_DRM_PANEL_SITRONIX_ST7703 is not set # CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set # CONFIG_DRM_PANEL_SONY_ACX424AKP is not set -# CONFIG_DRM_PANEL_SONY_ACX565AKM is not set +CONFIG_DRM_PANEL_SONY_ACX565AKM=m # CONFIG_DRM_PANEL_TDO_TL070WSH30 is not set # CONFIG_DRM_PANEL_TPO_TD028TTEC1 is not set # CONFIG_DRM_PANEL_TPO_TD043MTEA1 is not set |