From 112c88a6a730f2272cb581ff8ab1bd9c79888682 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sun, 21 Jan 2024 12:27:48 +0100 Subject: [PATCH] Put in earplugs --- config/framework13-system.org | 2 +- config/framework13-system.scm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/framework13-system.org b/config/framework13-system.org index e746572..dc570cb 100644 --- a/config/framework13-system.org +++ b/config/framework13-system.org @@ -68,7 +68,7 @@ Some kernel corruption may be required to enable WIFI. Since the non-free kernel #+begin_src scheme (define-public linux-fw13 - (corrupt-linux linux-libre-6.6 + (corrupt-linux linux-libre-6.7 #:name "linux-fw13" #:configs '("CONFIG_MT7921E=m"))) #+end_src diff --git a/config/framework13-system.scm b/config/framework13-system.scm index fec405a..b26b4bb 100644 --- a/config/framework13-system.scm +++ b/config/framework13-system.scm @@ -1,6 +1,6 @@ ;; -*- mode: scheme; coding: utf-8; -*- ;; -;; tangled from framework13-system.org on 2024-01-19 11:54:14+01:00) +;; tangled from framework13-system.org on 2024-01-21 12:27:34+01:00) (use-modules (gnu) (gnu packages) @@ -31,7 +31,7 @@ tls) (define-public linux-fw13 - (corrupt-linux linux-libre-6.6 + (corrupt-linux linux-libre-6.7 #:name "linux-fw13" #:configs '("CONFIG_MT7921E=m")))