diff mbox series

[v2,2/2] package/nfs-utils: Update supported versions

Message ID 20220122185049.1194-2-petr.vorel@gmail.com
State Accepted
Headers show
Series [v2,1/2] package/nfs-utils: bump version to 2.6.1 | expand

Commit Message

Petr Vorel Jan. 22, 2022, 6:50 p.m. UTC
Suggested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
New in v2

 package/nfs-utils/Config.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Giulio Benetti Jan. 22, 2022, 7:02 p.m. UTC | #1
Hi Petr,

On 22/01/22 19:50, Petr Vorel wrote:
> Suggested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Best regards
Yann E. MORIN Jan. 22, 2022, 7:14 p.m. UTC | #2
Petr, All,

On 2022-01-22 19:50 +0100, Petr Vorel spake thusly:
> Suggested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

The commit title was confusing, so I amended it a little, and applied
to master, thanks.

Regards,
Yann E. MORIN.

> ---
> New in v2
> 
>  package/nfs-utils/Config.in | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
> index df9c12ca44..f00debc420 100644
> --- a/package/nfs-utils/Config.in
> +++ b/package/nfs-utils/Config.in
> @@ -12,6 +12,8 @@ config BR2_PACKAGE_NFS_UTILS
>  	help
>  	  The NFS Linux kernel server.
>  
> +	  Supports NFSv3 and optionally NFSv4 (and later).
> +
>  	  http://linux-nfs.org/
>  
>  if BR2_PACKAGE_NFS_UTILS
> @@ -24,7 +26,7 @@ config BR2_PACKAGE_NFS_UTILS_NFSV4
>  	select BR2_PACKAGE_LVM2
>  	select BR2_PACKAGE_SQLITE
>  	help
> -	  Enable NFSv4/NFSv4.1 support
> +	  Enable NFSv4/NFSv4.1/NFSv4.2 support
>  
>  comment "NFSv4/NFSv4.1 support needs a toolchain w/ dynamic library"
>  	depends on BR2_STATIC_LIBS
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Petr Vorel Jan. 22, 2022, 7:35 p.m. UTC | #3
> Petr, All,

> On 2022-01-22 19:50 +0100, Petr Vorel spake thusly:
> > Suggested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

> The commit title was confusing, so I amended it a little, and applied
> to master, thanks.
Yann, thanks a lot for fixing it!

Kind regards,
Petr

> Regards,
> Yann E. MORIN.
diff mbox series

Patch

diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
index df9c12ca44..f00debc420 100644
--- a/package/nfs-utils/Config.in
+++ b/package/nfs-utils/Config.in
@@ -12,6 +12,8 @@  config BR2_PACKAGE_NFS_UTILS
 	help
 	  The NFS Linux kernel server.
 
+	  Supports NFSv3 and optionally NFSv4 (and later).
+
 	  http://linux-nfs.org/
 
 if BR2_PACKAGE_NFS_UTILS
@@ -24,7 +26,7 @@  config BR2_PACKAGE_NFS_UTILS_NFSV4
 	select BR2_PACKAGE_LVM2
 	select BR2_PACKAGE_SQLITE
 	help
-	  Enable NFSv4/NFSv4.1 support
+	  Enable NFSv4/NFSv4.1/NFSv4.2 support
 
 comment "NFSv4/NFSv4.1 support needs a toolchain w/ dynamic library"
 	depends on BR2_STATIC_LIBS