diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-04-12 13:38:27 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-04-12 13:38:27 -0400 |
commit | 40752e90343c0e69ce5634eb893e6a54d7c5c44b (patch) | |
tree | cce13e34016c9982c4d11d2802763322ac097e2d | |
parent | Select CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y as default (diff) | |
download | linux-patches-40752e90343c0e69ce5634eb893e6a54d7c5c44b.tar.gz linux-patches-40752e90343c0e69ce5634eb893e6a54d7c5c44b.tar.bz2 linux-patches-40752e90343c0e69ce5634eb893e6a54d7c5c44b.zip |
Select AUTOFS_FS when GENTOO_LINUX_INIT_SYSTEMD selected
Bug: https://bugs.gentoo.org/838082
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 3712fa96..9eefdc31 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,14 +1,14 @@ ---- a/Kconfig 2021-06-04 19:03:33.646823432 -0400 -+++ b/Kconfig 2021-06-04 19:03:40.508892817 -0400 +--- a/Kconfig 2022-04-12 13:11:48.403113171 -0400 ++++ b/Kconfig 2022-04-12 13:12:36.530084675 -0400 @@ -30,3 +30,5 @@ source "lib/Kconfig" source "lib/Kconfig.debug" source "Documentation/Kconfig" + +source "distro/Kconfig" ---- /dev/null 2022-01-29 13:28:12.679255142 -0500 -+++ b/distro/Kconfig 2022-01-29 15:29:29.800465617 -0500 -@@ -0,0 +1,285 @@ +--- /dev/null 2022-04-12 05:39:54.696333295 -0400 ++++ b/distro/Kconfig 2022-04-12 13:21:04.666379519 -0400 +@@ -0,0 +1,286 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -122,6 +122,7 @@ + depends on GENTOO_LINUX && GENTOO_LINUX_UDEV + + select AUTOFS4_FS ++ select AUTOFS_FS + select BLK_DEV_BSG + select BPF_SYSCALL + select CGROUP_BPF |