aboutsummaryrefslogtreecommitdiff
path: root/tw/system/frm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/system/frm.scm')
-rw-r--r--tw/system/frm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/frm.scm b/tw/system/frm.scm
index 8a81465c..76d8c492 100644
--- a/tw/system/frm.scm
+++ b/tw/system/frm.scm
@@ -65,7 +65,7 @@
;; The MT7921E module is for the card connected via PCIe, which it is
;; (it's in an M.2 slot). Alternatives are S (SDIO) and U (USB).
(kernel (nongnu:corrupt-linux linux-libre #:configs '("CONFIG_MT7921E=m")))
- (kernel-loadable-modules (list ddcci-driver-linux))
+ ;; (kernel-loadable-modules (list ddcci-driver-linux)) ; TODO: disabled because the package fails to build
;; Fix screen flashing white: https://community.frame.work/t/39073
(kernel-arguments (cons* "amdgpu.sg_display=0" %default-kernel-arguments))
(initrd nongnu:microcode-initrd)