diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-11 15:44:52 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-11 15:47:42 -0500 |
commit | 82d5c540b05b75491ba2cc1ec148ae07b3be0265 (patch) | |
tree | c7f9dca76d3d07d2ad3836a6242e0402377eb67b /gnu/packages/aux-files/linux-libre/5.15-x86_64.conf | |
parent | 7f779286df7e8636d901f4734501902cc934a72f (diff) | |
download | guix-82d5c540b05b75491ba2cc1ec148ae07b3be0265.tar.gz |
gnu: Fix typo in kernel configs.
This option defaults to "N", so this fix does not change the effective kernel configuration. * gnu/packages/aux-files/linux-libre/5.15-i686.conf, nu/packages/aux-files/linux-libre/5.15-x86_64.conf: Replace "unset" with "not set".
Diffstat (limited to 'gnu/packages/aux-files/linux-libre/5.15-x86_64.conf')
-rw-r--r-- | gnu/packages/aux-files/linux-libre/5.15-x86_64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf index e93c0aa82c..8584a2d2af 100644 --- a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf +++ b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf @@ -6565,7 +6565,7 @@ CONFIG_DRM_ANALOGIX_DP=m CONFIG_DRM_BOCHS=m CONFIG_DRM_CIRRUS_QEMU=m CONFIG_DRM_GM12U320=m -# CONFIG_DRM_SIMPLEDRM is unset +# CONFIG_DRM_SIMPLEDRM is not set CONFIG_TINYDRM_HX8357D=m CONFIG_TINYDRM_ILI9225=m CONFIG_TINYDRM_ILI9341=m |