summaryrefslogtreecommitdiff
path: root/extra/linux-zen/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-05-25 17:31:36 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-05-25 17:31:36 +0200
commitcefa9191dd578a55f46054cbcf5a0ebefd9e080f (patch)
tree01dd352f8d1845d2163c4f3e841004a9af851ddf /extra/linux-zen/PKGBUILD
parent31186df6fd05fa7da3267455b285e6ed5292f58f (diff)
downloadpackages-cefa9191dd578a55f46054cbcf5a0ebefd9e080f.tar.xz
extra/linux-lts: 5.17.5 -> 5.17.9, enabled lots of old graphic cards, disabled ACPI S3 state patch (is upstream)
Diffstat (limited to 'extra/linux-zen/PKGBUILD')
-rw-r--r--extra/linux-zen/PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/extra/linux-zen/PKGBUILD b/extra/linux-zen/PKGBUILD
index c6fd7bef..385ba19a 100644
--- a/extra/linux-zen/PKGBUILD
+++ b/extra/linux-zen/PKGBUILD
@@ -1,9 +1,9 @@
-# upstream git revision: 3c400d6e2c903fb0fd78c83c3bdbbb7077682746
+# upstream git revision: 31186df6fd05fa7da3267455b285e6ed5292f58f
# fail if upstream's .config changes
for ((i=0; i<${#sha256sums[@]}; i++)); do
- if [ "${sha256sums[${i}]}" = '2cc456e91aa8652436ea84e14fb889f61213376a04db8c590e549a6ceb832bac' ]; then
- sha256sums[${i}]='5ad246fd9490920e5c8e224cf37f18e552d2d61b9c6614dcb21ea26ee503ece1'
+ if [ "${sha256sums[${i}]}" = 'ea604f8457e97764d604b3e484f372ab7b30452ef112acb23b399d39c954faaf' ]; then
+ sha256sums[${i}]='93ebf63c9e95a9b8a7ae325ce11508334ca83fd00db9677c483216a6bdef3c68'
fi
done
@@ -97,8 +97,3 @@ eval "$(
# avoid using zstd compression in ultra mode (exhausts virtual memory)
source+=('core/linux/no-ultra-zstd.patch')
sha256sums+=('d32270be5fd9c3e3ba50f3aef33f6cfcb85be0c8216f03b777287cc621fdff28')
-
-# https://bbs.archlinux32.org/viewtopic.php?pid=9109#p9109
-# avoid "sleepy" VIA C7 CPUs (and possibly others)
-source+=('core/linux/acpi-c3.patch')
-sha256sums+=('fc44aaf0b68abc9502fd4e0f73345c53b756566b532005466b106bacc9f9bc9c')