diff options
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 074812a8dcf..c0bef395041 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1563,29 +1563,19 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") license:gpl3 license:x11)))) -(define %mnt-reform-revert-drm-rockchip-vop2-patch - (origin - (method url-fetch) - (uri (string-append - "https://source.mnt.re/vagrantc/reform-debian-packages/" - "-/raw/e4e6b0972dcbe21c83c0704a9f36d29e0657a9f2/linux/" - "patches6.12/rk3588-drm-revert/" - "0001-Revert-drm-rockchip-vop2-Improve-display-modes-handl.patch")) - (file-name "mnt-reform-revert-drm-rockchip-vop2.patch") - (sha256 - (base32 "1h4cznxx0ix5bd7cfwxil0zrxmzqryha19l11ww6hd8bad1f9i7p")))) - (define-public linux-libre-arm64-mnt-reform ;; Kernel for use on the MNT/Reform systems ;; https://mntre.com/reform.html (let ((base (make-linux-libre* linux-libre-6.12-version linux-libre-6.12-gnu-revision (source-with-patches linux-libre-6.12-source - ;; Revert upstream patch - ;; that conflicts with + ;; Revert upstream patches + ;; that conflict with ;; MNT/Reform patches - (list - %mnt-reform-revert-drm-rockchip-vop2-patch)) + (search-patches + "linux-libre-arm64-mnt-reform-revert-vop2-display-modes.patch" + "linux-libre-arm64-mnt-reform-revert-phy-rockchip-samsung.patch" + "linux-libre-arm64-mnt-reform-revert-rk-samsung-hdptx.patch")) '("aarch64-linux") #:extra-version "arm64-mnt-reform" #:extra-options |
