diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-04-12 15:17:27 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-04-12 15:17:27 -0400 |
commit | a9c9f7b43a06187630e4e1fc5360d4bb3ac7aa99 (patch) | |
tree | 6b9f59beca15b93b09909b6e7e7337179ead7709 | |
parent | Select AUTOFS_FS when GENTOO_LINUX_INIT_SYSTEMD selected (diff) | |
download | linux-patches-a9c9f7b43a06187630e4e1fc5360d4bb3ac7aa99.tar.gz linux-patches-a9c9f7b43a06187630e4e1fc5360d4bb3ac7aa99.tar.bz2 linux-patches-a9c9f7b43a06187630e4e1fc5360d4bb3ac7aa99.zip |
Remove deprecated select AUTOFS4_FS
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index c9e2f30a..ab910775 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -8,7 +8,7 @@ +source "distro/Kconfig" --- /dev/null 2022-01-30 08:12:05.041788304 -0500 +++ b/distro/Kconfig 2022-01-30 15:28:10.030352980 -0500 -@@ -0,0 +1,286 @@ +@@ -0,0 +1,285 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -121,7 +121,6 @@ + + depends on GENTOO_LINUX && GENTOO_LINUX_UDEV + -+ select AUTOFS4_FS + select AUTOFS_FS + select BLK_DEV_BSG + select BPF_SYSCALL |