diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-05-13 00:15:34 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-13 00:21:38 +0800 |
commit | 8ceb19c2158119fece7d60420a16442bd1caba43 (patch) | |
tree | bbc6375d45ff4ccea8344ff498b4cd9ae9335edc | |
parent | 19406981a9bf9d0b140180f1f3008cb91f716b4b (diff) |
Revert "nongnu: linux: Fix missing module for Lunar Lake platform."
This reverts commit 4363f769e49a89f10e70d6dd9365633ec05c5fe2, since the added
configurations don't exist for some target. To reapply the change, we need to
append kernel configurations with a target-aware approach.
See also: https://gitlab.com/nonguix/nonguix/-/issues/392
-rw-r--r-- | nongnu/packages/linux.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 505a0a7..cc80770 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -88,11 +88,7 @@ some freedo package or an output of package-version procedure." ;; actual. '( ;; Driver for MediaTek mt7921e wireless chipset - ("5.15" . "CONFIG_MT7921E=m") - ;; Activate driver module for RT1318/RT713 (Lunar Lake) - ;; Builds module named snd_soc_sof_sdw.ko - ("6.12" . "CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y") - ("6.12" . "CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m"))))) + ("5.15" . "CONFIG_MT7921E=m"))))) (define* (corrupt-linux freedo #:key |