X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/53c0a4c619cec0d7edd0b60d271f482cd116948a..3fc5a06bc627801879b45261be02a43afc8c9a38:/package/strace/Config.in?ds=inline diff --git a/package/strace/Config.in b/package/strace/Config.in index 9e83e685e..708e41aba 100644 --- a/package/strace/Config.in +++ b/package/strace/Config.in @@ -1,9 +1,11 @@ config BR2_PACKAGE_STRACE - tristate "strace" - default m + prompt "strace............................ System call tracer" + tristate + default m if CONFIG_DEVEL help A useful diagnostic, instructional, and debugging tool. Allows you to track what system calls a program makes while it is running. - + http://sourceforge.net/projects/strace/ +