From d2806c1d8d2fe86b8ceaacc55f9bbe0bf68a04dc Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 3 Jul 2018 18:43:23 +0100 Subject: [PATCH] autofs: Enable AUTOFS_FS instead of AUTOFS4_FS AUTOFS4_FS is now a compatibility symbol which selects AUTOFS_FS. It will be removed in a later kernel release. --- debian/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/config/config b/debian/config/config index 3da4f3aa6..2c94b5c1b 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5353,7 +5353,7 @@ CONFIG_AFS_FSCACHE=y ## ## file: fs/autofs/Kconfig ## -CONFIG_AUTOFS4_FS=m +CONFIG_AUTOFS_FS=m ## ## file: fs/befs/Kconfig