X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d2dbd0b3dfeef11cb502c524c130e2038498782..595cd21460a5e281f8fac8cd17ac8e413bf9d14b:/openwrt/package/strace/Config.in diff --git a/openwrt/package/strace/Config.in b/openwrt/package/strace/Config.in index 9e83e685e..708e41aba 100644 --- a/openwrt/package/strace/Config.in +++ b/openwrt/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/ +