Put in earplugs

This commit is contained in:
nik gaffney 2024-01-21 12:27:48 +01:00
parent f89df17bb5
commit 112c88a6a7
Signed by: nik
GPG key ID: 989F5E6EDB478160
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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")))