Put in earplugs
This commit is contained in:
parent
f89df17bb5
commit
112c88a6a7
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ Some kernel corruption may be required to enable WIFI. Since the non-free kernel
|
||||||
|
|
||||||
#+begin_src scheme
|
#+begin_src scheme
|
||||||
(define-public linux-fw13
|
(define-public linux-fw13
|
||||||
(corrupt-linux linux-libre-6.6
|
(corrupt-linux linux-libre-6.7
|
||||||
#:name "linux-fw13"
|
#:name "linux-fw13"
|
||||||
#:configs '("CONFIG_MT7921E=m")))
|
#:configs '("CONFIG_MT7921E=m")))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- 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)
|
(use-modules (gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
tls)
|
tls)
|
||||||
|
|
||||||
(define-public linux-fw13
|
(define-public linux-fw13
|
||||||
(corrupt-linux linux-libre-6.6
|
(corrupt-linux linux-libre-6.7
|
||||||
#:name "linux-fw13"
|
#:name "linux-fw13"
|
||||||
#:configs '("CONFIG_MT7921E=m")))
|
#:configs '("CONFIG_MT7921E=m")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue