|
4 | 4 |
|
5 | 5 | archs=(rm2) |
6 | 6 | pkgnames=(linux-mainline linux-mainline-perf) |
7 | | -pkgver=6.0.0-1 |
8 | | -timestamp=2022-10-02T21:43:31Z |
| 7 | +pkgdesc="reMarkable 2 kernel based on the mainline kernel" |
| 8 | +url=https://www.kernel.org |
| 9 | +pkgver=6.2.0-2 |
| 10 | +timestamp=2022-05-22T21:50:09Z |
| 11 | +section=kernel |
9 | 12 | maintainer="Alistair Francis <alistair@alistair23.me>" |
10 | 13 | makedepends=(build:flex build:bison build:libssl-dev build:bc build:lzop build:libgmp-dev build:libmpc-dev build:python-is-python3) |
11 | 14 | license=GPL-2.0-only |
12 | 15 | flags=(nostrip) |
13 | 16 |
|
14 | 17 | image=base:v2.3 |
15 | | -source=("https://github.com/alistair23/linux/archive/4c2ef4e3bba89a8d767eccb85a242b2cd8850146.tar.gz") |
16 | | -sha256sums=(1583d553380a656ecaac8dab89558051e9165983381adc9c3d52fb8ac0ce19fd) |
| 18 | +source=( |
| 19 | + https://github.com/alistair23/linux/archive/8241218883331bfdc0800f30eb337ff97b7c648c.tar.gz |
| 20 | + remarkable_defconfig |
| 21 | +) |
| 22 | +sha256sums=( |
| 23 | + de69fc74f1d25f447da170967eeea13b24354e9b8aa1927addcaa88c2ea9cd7c |
| 24 | + f4d8cbb2c0e7bff5b151729b45064eb9e95005cb91899f0a9df038343d95ebf2 |
| 25 | +) |
17 | 26 |
|
18 | 27 | build() { |
19 | | - ARCH=arm make imx_v6_v7_defconfig |
| 28 | + cp remarkable_defconfig arch/arm/configs/ |
| 29 | + ARCH=arm make remarkable_defconfig |
20 | 30 | ARCH=arm make -j8 |
21 | 31 | ARCH=arm make -j8 tools/perf |
22 | 32 | } |
@@ -52,9 +62,10 @@ linux-mainline() { |
52 | 62 | echo |
53 | 63 | echo "Known issues with the mainline kernel:" |
54 | 64 | echo " - No support for low power mode (suspend uses more power then it should)" |
55 | | - echo " - WiFi sometimes is off on boot (can be turned on again though)" |
| 65 | + echo " - Device doesn't always resume from suspend, a reboot is required" |
56 | 66 | echo " - GUI shutdown in Oxide doesn't work" |
57 | | - echo " - Wacom stylus doesn't work in Xochitl (works everywhere else though)" |
| 67 | + echo " - Wacom stylus doesn't work in Xochitl (https://github.com/reMarkable/linux/issues/15)" |
| 68 | + echo " - Finger input doesn't work in Koreader (https://github.com/koreader/koreader/issues/10012)" |
58 | 69 | echo " - No OTG control support" |
59 | 70 | } |
60 | 71 | } |
|
0 commit comments