diff options
Diffstat (limited to 'openwrt/package/strace/Config.in')
-rw-r--r-- | openwrt/package/strace/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/strace/Config.in b/openwrt/package/strace/Config.in index 0fb8aa52f6..08fedf795e 100644 --- a/openwrt/package/strace/Config.in +++ b/openwrt/package/strace/Config.in @@ -1,9 +1,10 @@ config BR2_PACKAGE_STRACE - tristate "strace" + tristate "strace - System call tracer" 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/ + |