package/libfuse3: enable CONFIG_FUSE_FS in kernel config

Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 857992adec)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Tian Yuanhao 2020-12-23 10:16:27 +08:00 committed by Peter Korsgaard
parent 7fe5f5de86
commit 07ced07552

View File

@ -23,4 +23,8 @@ define LIBFUSE3_PERMISSIONS
/usr/bin/fusermount3 f 4755 0 0 - - - - -
endef
define LIBFUSE3_LINUX_CONFIG_FIXUPS
$(call KCONFIG_ENABLE_OPT,CONFIG_FUSE_FS)
endef
$(eval $(meson-package))