mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
mkosi: set CONFIG_AUTOFS_FS rather than CONFIG_AUTOFS4_FS
Since Linux 4.18 CONFIG_AUTOFS4_FS just enables CONFIG_AUTOFS_FS, its description in fs/autofs/Kconfig reads: This name exists for people to just automatically pick up the new name of the autofs Kconfig option. All it does is select the new option name. It will go away in a release or two as people have transitioned to just plain AUTOFS_FS.
This commit is contained in:
parent
dfecd67f30
commit
b4e8c6d972
@ -1,7 +1,7 @@
|
||||
# CONFIG_COMPAT_BRK is not set
|
||||
# CONFIG_LEGACY_PTYS is not set
|
||||
CONFIG_ATA=y
|
||||
CONFIG_AUTOFS4_FS=y
|
||||
CONFIG_AUTOFS_FS=y
|
||||
CONFIG_BINFMT_MISC=y
|
||||
CONFIG_BLK_CGROUP_IOCOST=y
|
||||
CONFIG_BLK_CGROUP_IOLATENCY=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user