Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/procps-ng: fix typos in config option and help text
@ 2024-10-29  4:48 Scott Fan
  2024-10-29 11:21 ` Thomas Petazzoni via buildroot
  2024-10-29 13:58 ` [Buildroot] [PATCH v2] " Scott Fan
  0 siblings, 2 replies; 7+ messages in thread
From: Scott Fan @ 2024-10-29  4:48 UTC (permalink / raw)
  To: buildroot; +Cc: Scott Fan

Signed-off-by: Scott Fan <fancp2007@gmail.com>
---
 package/procps-ng/Config.in    | 4 ++--
 package/procps-ng/procps-ng.mk | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/procps-ng/Config.in b/package/procps-ng/Config.in
index 4afd01699b..7af0e97fb4 100644
--- a/package/procps-ng/Config.in
+++ b/package/procps-ng/Config.in
@@ -11,10 +11,10 @@ config BR2_PACKAGE_PROCPS_NG
 
 if BR2_PACKAGE_PROCPS_NG
 
-config BR2_PACKAGE_PROCPS_NS_ORIGINAL_TOP
+config BR2_PACKAGE_PROCPS_NG_ORIGINAL_TOP
 	bool "Use original top layout"
 	help
 	  Disable modern top layout, return to original top with
-	  detail cpu usage.
+	  detailed cpu usage.
 
 endif
diff --git a/package/procps-ng/procps-ng.mk b/package/procps-ng/procps-ng.mk
index 4ac82cf6f9..c5185c2c8a 100644
--- a/package/procps-ng/procps-ng.mk
+++ b/package/procps-ng/procps-ng.mk
@@ -56,7 +56,7 @@ else
 PROCPS_NG_CONF_OPTS += --enable-w
 endif
 
-ifeq ($(BR2_PACKAGE_PROCPS_NS_ORIGINAL_TOP),y)
+ifeq ($(BR2_PACKAGE_PROCPS_NG_ORIGINAL_TOP),y)
 PROCPS_NG_CONF_OPTS += --disable-modern-top
 endif
 
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-10-29 17:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29  4:48 [Buildroot] [PATCH] package/procps-ng: fix typos in config option and help text Scott Fan
2024-10-29 11:21 ` Thomas Petazzoni via buildroot
2024-10-29 13:34   ` Scott Fan
2024-10-29 13:38     ` Thomas Petazzoni via buildroot
2024-10-29 13:58 ` [Buildroot] [PATCH v2] " Scott Fan
2024-10-29 14:11   ` [Buildroot] [PATCH v3] " Scott Fan
2024-10-29 17:49     ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox