[arch-commits] Commit in linux/trunk (PKGBUILD config)
Jan Steffens
heftig at gemini.archlinux.org
Wed Mar 30 20:34:28 UTC 2022
Date: Wednesday, March 30, 2022 @ 20:34:27
Author: heftig
Revision: 441017
FS#68021, FS#74271: Return nvme to a module
Modified:
linux/trunk/PKGBUILD
linux/trunk/config
----------+
PKGBUILD | 2 +-
config | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-30 20:27:13 UTC (rev 441016)
+++ PKGBUILD 2022-03-30 20:34:27 UTC (rev 441017)
@@ -26,7 +26,7 @@
'C7E7849466FE2358343588377258734B41C31549' # David Runge <dvzrv at archlinux.org>
)
sha256sums=('SKIP'
- 'bd1e57c15d4eb62024d2ee935b54d36e74e73b22c3800b45ecf9233521a9f74b')
+ 'c05ff4ca7a69b94ace73d1019c398f3fd93dfa0ebcc9b2396b56aaa191fc72e0')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Modified: config
===================================================================
--- config 2022-03-30 20:27:13 UTC (rev 441016)
+++ config 2022-03-30 20:34:27 UTC (rev 441017)
@@ -2526,8 +2526,8 @@
#
# NVME Support
#
-CONFIG_NVME_CORE=y
-CONFIG_BLK_DEV_NVME=y
+CONFIG_NVME_CORE=m
+CONFIG_BLK_DEV_NVME=m
CONFIG_NVME_MULTIPATH=y
CONFIG_NVME_HWMON=y
CONFIG_NVME_FABRICS=m
More information about the arch-commits
mailing list