user/linux-rm: disable eink autoupdate
This commit is contained in:
parent
5182055bca
commit
df2f3b9712
2 changed files with 5 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=linux-rm
|
||||
pkgver=5.4.70
|
||||
_rmver=1.3.3
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="Linux kernel with reMarkable patches"
|
||||
url=https://github.com/reMarkable/linux
|
||||
depends="initramfs-generator linux-firmware-brcm linux-firmware-cypress"
|
||||
|
@ -17,8 +17,8 @@ builddir="$srcdir"/linux-RM1XX_${pkgver}_v$_rmver
|
|||
source="
|
||||
https://github.com/reMarkable/linux/archive/refs/tags/RM1XX_${pkgver}_v$_rmver.tar.gz
|
||||
https://raw.githubusercontent.com/ichaozi/RemarkableFramebuffer/0f37dc8c06d340dc1af52ff2d4d6d5789ccf14bb/kernel-mxc-epdc-fb-reference/epdc_ES103CS1.fw
|
||||
enable-automatic-partial-refreshing.patch
|
||||
brcmfmac-fix-suspend-resume-when-power-is-cut-off.patch
|
||||
enable-automatic-partial-refreshing.patch
|
||||
config-changes-rm.armv7
|
||||
config-changes-rm.armhf
|
||||
"
|
||||
|
@ -247,8 +247,8 @@ _dev() {
|
|||
sha512sums="
|
||||
80ab274ca3d30935d9913490662f17499c1ceedb438fe171554097d25ffc1cf85ee53f0c1642e94c0b833fdfb17636cd554bf685e4a6f5dac20cf122c1a25447 RM1XX_5.4.70_v1.3.3.tar.gz
|
||||
ad4bd6f332319aceee7a1c7b71b49439e8217621214b6249c7e20198360d02ea442f31edfc8e1af1b85ed71e6f97c1cb7decf7b0885c9d0293361eef47f218b2 epdc_ES103CS1.fw
|
||||
0f47278c5bfafb939e46224fbf16f9491e3cc560ac128dcf430a1f6cf9064fb1c5bf5db1a3076c35d30c004aec525a7d6616a647564f197bb29c57701c1db982 enable-automatic-partial-refreshing.patch
|
||||
27ec1bc1d916dbd2258192c1ed864eacbd2746b49caa554fbaf1124bac478bab0b729e7fabbab8705ae175bb098800f795d415f4de4964da921c1b802560b67a brcmfmac-fix-suspend-resume-when-power-is-cut-off.patch
|
||||
fd46ed3463650be6af6aac2c88ac34c4b58bd9768e7ebd4bd235460904829c1cb5d603cb0cc8b20fcd0165fa036c600181a5e99f02d921124c04e7b1876faf98 config-changes-rm.armv7
|
||||
fd46ed3463650be6af6aac2c88ac34c4b58bd9768e7ebd4bd235460904829c1cb5d603cb0cc8b20fcd0165fa036c600181a5e99f02d921124c04e7b1876faf98 config-changes-rm.armhf
|
||||
0f47278c5bfafb939e46224fbf16f9491e3cc560ac128dcf430a1f6cf9064fb1c5bf5db1a3076c35d30c004aec525a7d6616a647564f197bb29c57701c1db982 enable-automatic-partial-refreshing.patch
|
||||
c70724d061977b91654ef0340b18dfda4516d19b78d9edea33e398bfbf747ff010d10b684ced93672a954a3be50289887676a720459e90cd877296bdec4d3493 config-changes-rm.armv7
|
||||
c70724d061977b91654ef0340b18dfda4516d19b78d9edea33e398bfbf747ff010d10b684ced93672a954a3be50289887676a720459e90cd877296bdec4d3493 config-changes-rm.armhf
|
||||
"
|
||||
|
|
|
@ -12,7 +12,6 @@ CONFIG_CRYPTO_NULL=y
|
|||
CONFIG_CRYPTO_SEQIV=y
|
||||
CONFIG_CRYPTO_CTR=y
|
||||
CONFIG_CRYPTO_GHASH=y
|
||||
CONFIG_FB_MXC_EINK_AUTO_UPDATE_MODE=y
|
||||
# serial through USB
|
||||
CONFIG_USB_ACM=y
|
||||
CONFIG_USB_F_ACM=y
|
||||
|
|
Loading…
Reference in a new issue