From 5bb3df42820177033b4213a7b654d31a4f3450e9 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 15 May 2025 00:52:59 +0800 Subject: 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 --- nongnu/packages/linux.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nongnu/packages/linux.scm') 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) -- cgit v1.2.3