|
2 | 2 | # Copyright (c) 2021 The Toltec Contributors |
3 | 3 | # SPDX-License-Identifier: MIT |
4 | 4 |
|
5 | | -archs=(rm2os2) |
| 5 | +archs=(rm2) |
6 | 6 | pkgnames=(linux-mainline) |
7 | 7 | pkgdesc="reMarkable 2 kernel based on the mainline kernel" |
8 | 8 | url=https://www.kernel.org |
9 | | -pkgver=6.2.0-3 |
10 | | -timestamp=2022-05-22T21:50:09Z |
| 9 | +pkgver=6.3.0-2 |
| 10 | +timestamp=2023-08-23T21:50:09Z |
11 | 11 | section=kernel |
12 | 12 | maintainer="Alistair Francis <alistair@alistair23.me>" |
13 | 13 | makedepends=(build:flex build:bison build:libssl-dev build:bc build:lzop build:libgmp-dev build:libmpc-dev) |
| 14 | +installdepends=(kernelctl) |
14 | 15 | license=GPL-2.0-only |
15 | 16 | flags=(nostrip) |
16 | 17 |
|
17 | | -image=base:v2.3 |
| 18 | +image=base:v3.2 |
18 | 19 | source=( |
19 | | - https://github.com/alistair23/linux/archive/8241218883331bfdc0800f30eb337ff97b7c648c.tar.gz |
| 20 | + https://github.com/alistair23/linux/archive/1698a3bdd8d66e58873c5bb3ce370b7d48b004cf.tar.gz |
20 | 21 | remarkable_defconfig |
21 | 22 | ) |
22 | 23 | sha256sums=( |
23 | | - de69fc74f1d25f447da170967eeea13b24354e9b8aa1927addcaa88c2ea9cd7c |
| 24 | + 647f6a60adad8c4e37eeaf9114c037888cb33923e364bbf5dc0830b2661c21b7 |
24 | 25 | f4d8cbb2c0e7bff5b151729b45064eb9e95005cb91899f0a9df038343d95ebf2 |
25 | 26 | ) |
26 | 27 |
|
@@ -55,9 +56,9 @@ configure() { |
55 | 56 | echo |
56 | 57 | echo "Known issues with the mainline kernel:" |
57 | 58 | echo " - No support for low power mode (suspend uses more power then it should)" |
58 | | - echo " - Device doesn't always resume from suspend, a reboot is required" |
59 | | - echo " - GUI shutdown in Oxide doesn't work" |
| 59 | + echo " - Shutdown doesn't work (https://github.com/alistair23/linux/issues/4)" |
| 60 | + echo " - Device doesn't always resume correctly from suspend, a reboot is required" |
60 | 61 | echo " - Wacom stylus doesn't work in Xochitl (https://github.com/reMarkable/linux/issues/15)" |
61 | | - echo " - Finger input doesn't work in Koreader (https://github.com/koreader/koreader/issues/10012)" |
62 | 62 | echo " - No OTG control support" |
| 63 | + echo " - Folio does not work" |
63 | 64 | } |
0 commit comments