diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-05-15 00:52:59 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-15 21:22:44 +0800 |
commit | 5bb3df42820177033b4213a7b654d31a4f3450e9 (patch) | |
tree | f24e28e1b460813fecfa5c225bf125cbcaa3bc7c | |
parent | 74455cdbb8cd3273fba9c65236328f6e1442c2f5 (diff) |
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
-rw-r--r-- | nongnu/packages/linux.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 8f7e4f3..47465ad 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -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 ;; actual. '( + ;; Driver for MT7612U-based wireless USB 3.0 dongles. + ("3.10" . "CONFIG_MT76x2U=m") ;; Driver for MediaTek mt7921e wireless chipset ("5.15" . "CONFIG_MT7921E=m") ;; Activate driver module for RT1318/RT713 (Lunar Lake) |