Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] bwm-ng: move bwm-ng from "Networking applications" to "System tools".
@ 2012-07-19  8:54 Kelvin Cheung
  2012-07-19  8:54 ` [Buildroot] [PATCH 2/2] New package: cpuload Kelvin Cheung
  2012-07-19 21:50 ` [Buildroot] [PATCH 1/2] bwm-ng: move bwm-ng from "Networking applications" to "System tools" Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Kelvin Cheung @ 2012-07-19  8:54 UTC (permalink / raw)
  To: buildroot

bwm-ng can monitor not only network bandwidth but also disk-io
bandwidth, so it is more appropriate to put bwm-ng into System tools.

Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
---
 package/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Config.in b/package/Config.in
index 6aabb8e..154b82c 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -511,7 +511,6 @@ endif
 source "package/bind/Config.in"
 source "package/bmon/Config.in"
 source "package/bridge-utils/Config.in"
-source "package/bwm-ng/Config.in"
 source "package/can-utils/Config.in"
 source "package/connman/Config.in"
 source "package/ctorrent/Config.in"
@@ -658,6 +657,7 @@ source "package/attr/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/bootutils/Config.in"
 endif
+source "package/bwm-ng/Config.in"
 source "package/htop/Config.in"
 source "package/kmod/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
-- 
1.7.1

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

end of thread, other threads:[~2012-07-20  6:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19  8:54 [Buildroot] [PATCH 1/2] bwm-ng: move bwm-ng from "Networking applications" to "System tools" Kelvin Cheung
2012-07-19  8:54 ` [Buildroot] [PATCH 2/2] New package: cpuload Kelvin Cheung
2012-07-19 21:50   ` Thomas Petazzoni
2012-07-20  6:05     ` Kelvin Cheung
2012-07-19 21:50 ` [Buildroot] [PATCH 1/2] bwm-ng: move bwm-ng from "Networking applications" to "System tools" Thomas Petazzoni

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