diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 14:58:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 14:58:29 +0000 |
commit | 947a85081d306dc8aaab215a923407d73cd9643d (patch) | |
tree | 090aafddad66b04aab584784fa6f5af0ac46327c /openwrt/package/strace/Config.in | |
parent | eaf005122265cd40c33896277ba78aa8f9064c13 (diff) | |
download | mtk-20170518-947a85081d306dc8aaab215a923407d73cd9643d.zip mtk-20170518-947a85081d306dc8aaab215a923407d73cd9643d.tar.gz mtk-20170518-947a85081d306dc8aaab215a923407d73cd9643d.tar.bz2 |
add strace
SVN-Revision: 336
Diffstat (limited to 'openwrt/package/strace/Config.in')
-rw-r--r-- | openwrt/package/strace/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/strace/Config.in b/openwrt/package/strace/Config.in new file mode 100644 index 0000000..9e83e68 --- /dev/null +++ b/openwrt/package/strace/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_STRACE + tristate "strace" + default m + 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/ |