All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libfuse3: enable CONFIG_FUSE_FS in kernel config
@ 2020-12-23  2:16 Tian Yuanhao
  2020-12-29 18:23 ` Yann E. MORIN
  2021-01-05 14:55 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Tian Yuanhao @ 2020-12-23  2:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
---
 package/libfuse3/libfuse3.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libfuse3/libfuse3.mk b/package/libfuse3/libfuse3.mk
index f6d8dd0ab9..0a896d8dad 100644
--- a/package/libfuse3/libfuse3.mk
+++ b/package/libfuse3/libfuse3.mk
@@ -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))
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-05 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23  2:16 [Buildroot] [PATCH 1/1] package/libfuse3: enable CONFIG_FUSE_FS in kernel config Tian Yuanhao
2020-12-29 18:23 ` Yann E. MORIN
2021-01-05 14:55 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.