From 9c70cf49c8734b3807cc92b2e5a123b3800efd7f Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 16 Mar 2024 07:32:38 +0800 Subject: nongnu: make-linux-xanmod: Remove unnecessary option overrides. Guix can identify builtin modules when building the initrd now. * nongnu/packages/linux.scm (make-linux-xanmod)[arguments]<#:phases>: Don't override CONFIG_CRYPTO_XTS and CONFIG_VIRTIO_CONSOLE in 'add-xanmod-defconfig. Signed-off-by: John Kehayias --- nongnu/packages/linux.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nongnu') diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 9ae113d..d0b9edc 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -255,9 +255,7 @@ on hardware which requires nonfree software to function.")))) (append %default-extra-linux-options ;; NOTE: These are configs expected by Guix ;; but missing from XanMod defconfig. - '(("CONFIG_BLK_DEV_NVME" . #t) - ("CONFIG_CRYPTO_XTS" . m) - ("CONFIG_VIRTIO_CONSOLE" . m)))))) + '(("CONFIG_BLK_DEV_NVME" . #t)))))) (display extra-configuration port) (close-port port)) (invoke "make" "oldconfig") -- cgit v1.2.3