commit: 0a623bd580f1c166b8b9bb1fa390bdd446052162 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 19:20:11 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Tue Apr 12 19:20:11 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=0a623bd5
Select AUTOFS_FS when GENTOO_LINUX_INIT_SYSTEMD selected Remove deprecated select AUTOFS4_FS Bug: https://bugs.gentoo.org/838082 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 24560114..874389d9 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -121,7 +121,7 @@ + + depends on GENTOO_LINUX && GENTOO_LINUX_UDEV + -+ select AUTOFS4_FS ++ select AUTOFS_FS + select BLK_DEV_BSG + select BPF_SYSCALL + select CGROUP_BPF
