commit: 06b15bb16463d0c9eb7bc43e000b8213b1eb953b Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 19:23:55 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Tue Apr 12 19:23:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=06b15bb1
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 9b84f322..d4630577 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -119,7 +119,7 @@ + + depends on GENTOO_LINUX && GENTOO_LINUX_UDEV + -+ select AUTOFS4_FS ++ select AUTOFS_FS + select BLK_DEV_BSG + select BPF_SYSCALL + select CGROUP_BPF
