mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-28 19:24:11 +01:00
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 <john.kehayias@protonmail.com>
This commit is contained in:
parent
393abd05a2
commit
9c70cf49c8
1 changed files with 1 additions and 3 deletions
|
@ -255,9 +255,7 @@ on hardware which requires nonfree software to function."))))
|
||||||
(append %default-extra-linux-options
|
(append %default-extra-linux-options
|
||||||
;; NOTE: These are configs expected by Guix
|
;; NOTE: These are configs expected by Guix
|
||||||
;; but missing from XanMod defconfig.
|
;; but missing from XanMod defconfig.
|
||||||
'(("CONFIG_BLK_DEV_NVME" . #t)
|
'(("CONFIG_BLK_DEV_NVME" . #t))))))
|
||||||
("CONFIG_CRYPTO_XTS" . m)
|
|
||||||
("CONFIG_VIRTIO_CONSOLE" . m))))))
|
|
||||||
(display extra-configuration port)
|
(display extra-configuration port)
|
||||||
(close-port port))
|
(close-port port))
|
||||||
(invoke "make" "oldconfig")
|
(invoke "make" "oldconfig")
|
||||||
|
|
Loading…
Reference in a new issue