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

* [Buildroot] [PATCH 1/1] package/libfuse3: enable CONFIG_FUSE_FS in kernel config
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-12-29 18:23 UTC (permalink / raw)
  To: buildroot

Tian, All,

On 2020-12-23 10:16 +0800, Tian Yuanhao via buildroot spake thusly:
> Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/libfuse3: enable CONFIG_FUSE_FS in kernel config
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-01-05 14:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Tian" == Tian Yuanhao via buildroot <buildroot@busybox.net> writes:

 > Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>

Committed to 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[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.