let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / strace / Config.in
1 config BR2_PACKAGE_STRACE
2 prompt "strace............................ System call tracer"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 A useful diagnostic, instructional, and debugging tool.
7 Allows you to track what system calls a program makes
8 while it is running.
9
10 http://sourceforge.net/projects/strace/
11