From e0e10e2f58a84054a2092b217501272433b8c43c Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 29 Jan 2018 05:54:54 -0500 Subject: gnu: linux-libre: NVME core support is now built-in. * gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Remove "nvme". * gnu/packages/aux-files/linux-libre/4.1-i686.conf, gnu/packages/aux-files/linux-libre/4.1-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y. * gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Set CONFIG_BLK_DEV_NVME=y and CONFIG_NVME_CORE=y. --- gnu/packages/aux-files/linux-libre/4.9-x86_64.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/aux-files/linux-libre/4.9-x86_64.conf') diff --git a/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf b/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf index ca0fcded61..35e38c93a2 100644 --- a/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf +++ b/gnu/packages/aux-files/linux-libre/4.9-x86_64.conf @@ -2081,8 +2081,8 @@ CONFIG_VIRTIO_BLK=y # CONFIG_BLK_DEV_HD is not set CONFIG_BLK_DEV_RBD=m CONFIG_BLK_DEV_RSXX=m -CONFIG_NVME_CORE=m -CONFIG_BLK_DEV_NVME=m +CONFIG_NVME_CORE=y +CONFIG_BLK_DEV_NVME=y # CONFIG_BLK_DEV_NVME_SCSI is not set CONFIG_NVME_FABRICS=m CONFIG_NVME_RDMA=m -- cgit v1.2.3 2bbede0'>diff
path: root/gnu/packages/gimp.scm
AgeCommit message (Expand)Author
2021-12-22gnu: gimp: Update to 2.10.30....Vinicius Monego
2021-12-22gnu: gegl: Update to 0.4.34....Vinicius Monego
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-23gnu: Rename openexr to openexr-2....Vinicius Monego
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-10gnu: gimp: Add optional dependencies....Vinicius Monego
2021-10-10gnu: gimp: Update to 2.10.28....Vinicius Monego
2021-10-10gnu: gegl: Add optional dependencies....Vinicius Monego
2021-10-10gnu: gegl: Enable GIR....Vinicius Monego
2021-10-10gnu: gegl: Update to 0.4.32....Vinicius Monego
2021-10-10gnu: babl: Enable GIR....Vinicius Monego
2021-10-10gnu: babl: Update to 0.1.88....Vinicius Monego
2021-10-02gnu: gegl: Add libraw support....Mathieu Othacehe