From: Petr Vorel <petr.vorel@gmail.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/nfs-utils: set CONFIG_NFSD
Date: Fri, 19 Nov 2021 22:52:51 +0100 [thread overview]
Message-ID: <YZgcsyig3To4ucTQ@pevik> (raw)
In-Reply-To: <20211119164926.2410106-1-fontaine.fabrice@gmail.com>
Hi Fabrice,
> Fixes:
> - https://bugs.buildroot.org/show_bug.cgi?id=14346
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/nfs-utils/nfs-utils.mk | 4 ++++
> 1 file changed, 4 insertions(+)
> diff --git a/package/nfs-utils/nfs-utils.mk b/package/nfs-utils/nfs-utils.mk
> index 763dd57ace..07b44b5a93 100644
> --- a/package/nfs-utils/nfs-utils.mk
> +++ b/package/nfs-utils/nfs-utils.mk
> @@ -90,6 +90,10 @@ NFS_UTILS_CONF_OPTS += --without-systemd
> endif
> ifeq ($(BR2_PACKAGE_NFS_UTILS_RPC_NFSD),y)
> +define NFS_UTILS_LINUX_CONFIG_FIXUPS
> + $(call KCONFIG_ENABLE_OPT,CONFIG_NFSD)
> +endef
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Thanks a lot!
Kind regards,
Petr
> +
> define NFS_UTILS_INSTALL_INIT_SYSV
> $(INSTALL) -D -m 0755 package/nfs-utils/S60nfs \
> $(TARGET_DIR)/etc/init.d/S60nfs
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-11-19 21:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-19 16:49 [Buildroot] [PATCH 1/1] package/nfs-utils: set CONFIG_NFSD Fabrice Fontaine
2021-11-19 17:05 ` Giulio Benetti
2021-11-19 21:52 ` Petr Vorel [this message]
2021-11-21 21:30 ` Thomas Petazzoni
2021-12-10 22:04 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YZgcsyig3To4ucTQ@pevik \
--to=petr.vorel@gmail.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=giulio.benetti@benettiengineering.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.