disable speedbooster if wds is enabled
[openwrt.git] / openwrt / package / strace / Config.in
index 9e83e68..08fedf7 100644 (file)
@@ -1,9 +1,10 @@
 config BR2_PACKAGE_STRACE
-       tristate "strace"
-       default m
+       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/
+         
This page took 0.02336 seconds and 4 git commands to generate.