summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-05-02 21:12:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-05-02 21:12:37 +0200
commit39fda4d8e8292e5c4eafb2e92a260bf03827fe83 (patch)
tree2be855a72555109174e63efa8f180f28870db33a /extra
parentd146e52f6d5fe76f7b2b6685a59c3521e0ad6575 (diff)
downloadpackages-39fda4d8e8292e5c4eafb2e92a260bf03827fe83.tar.xz
extra/linux-olpc-xo1: added ACPI C3 and zstd ultra patch
Diffstat (limited to 'extra')
-rw-r--r--extra/linux-olpc-xo1/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/linux-olpc-xo1/PKGBUILD b/extra/linux-olpc-xo1/PKGBUILD
index d114eeb1..99afe40b 100644
--- a/extra/linux-olpc-xo1/PKGBUILD
+++ b/extra/linux-olpc-xo1/PKGBUILD
@@ -252,3 +252,12 @@ done
#~ )
#~ fi
#~ done
+
+# 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')