[Buildroot] [PATCH 1/1] Config.in.legacy: improve iputils options

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Dec 16 22:08:40 UTC 2021


Improve iputils options added by commit
db0c2a287970a8832b59f3cf9d81aa18aced2cec

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 Config.in.legacy | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index a314f2ceba..eb977c2685 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -147,16 +147,17 @@ endif
 comment "Legacy options removed in 2022.02"
 
 config BR2_PACKAGE_IPUTILS_TFTPD
-	bool "tftpd"
+	bool "iputils tftpd option removed"
 	select BR2_LEGACY
 	help
-	  tftpd has been removed from upstream.
+	  tftpd has been removed from iputils since version 20211215.
 
 config BR2_PACKAGE_IPUTILS_TRACEROUTE6
-	bool "traceroute6"
+	bool "iputils traceroute6 option removed"
 	select BR2_LEGACY
 	help
-	  traceroute6 has been removed from upstream.
+	  traceroute6 has been removed from iputils since version
+	  20211215.
 
 config BR2_PACKAGE_LIBMEDIAART_BACKEND_NONE
 	bool "libmediaart 'none' backend removed"
-- 
2.33.0




More information about the buildroot mailing list