summaryrefslogtreecommitdiff
path: root/package/htop/Config.in
diff options
context:
space:
mode:
authorAndy Kennedy <Andy.Kennedy@adtran.com>2011-03-28 13:47:58 -0500
committerPeter Korsgaard <jacmet@sunsite.dk>2011-04-16 22:56:48 +0200
commit7fa9c251956577058142b001464bbc0ae67a763a (patch)
tree8de6db6eefa7a6adc2e672b55d78e3a8f3684f08 /package/htop/Config.in
parent64b351f6252f27dc5c21b9b4b6c62fd2676837f2 (diff)
package: add htop package
Changes made based upon e-mails with Mike Frysinger and Gerhard Heift. The autoreconf change is important for anyone using uClibc as there is no widely available backtrace (yet). [Peter: fix Config.in indentation, autoreconf, patch] Signed-off-by: Andy Kennedy <Andy.Kennedy@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/htop/Config.in')
-rw-r--r--package/htop/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/htop/Config.in b/package/htop/Config.in
new file mode 100644
index 000000000..55b4b151f
--- /dev/null
+++ b/package/htop/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HTOP
+ bool "htop"
+ select BR2_PACKAGE_NCURSES
+ help
+ htop is an interactive text-mode process viewer for Linux.
+ It aims to be a better top.
+
+ http://htop.sf.net