nongnu: nonguix-extra-linux-options: Add CONFIG_MT76x2U as module.

* nongnu/packages/linux.scm (nonguix-extra-linux-options): Add CONFIG_MT76x2U
as module.

Fixes: https://gitlab.com/nonguix/nonguix/-/issues/391
This commit is contained in:
Hilton Chain 2025-05-15 00:52:59 +08:00
parent 74455cdbb8
commit 5bb3df4282
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -91,6 +91,8 @@ some freedo package or an output of package-version procedure."
;; option does work under linux-libre, it should go into Guix ;; option does work under linux-libre, it should go into Guix
;; actual. ;; actual.
'( '(
;; Driver for MT7612U-based wireless USB 3.0 dongles.
("3.10" . "CONFIG_MT76x2U=m")
;; Driver for MediaTek mt7921e wireless chipset ;; Driver for MediaTek mt7921e wireless chipset
("5.15" . "CONFIG_MT7921E=m") ("5.15" . "CONFIG_MT7921E=m")
;; Activate driver module for RT1318/RT713 (Lunar Lake) ;; Activate driver module for RT1318/RT713 (Lunar Lake)