summaryrefslogtreecommitdiffstats
path: root/package/dt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/dt/Config.in')
-rw-r--r--package/dt/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/dt/Config.in b/package/dt/Config.in
new file mode 100644
index 0000000000..848e251b60
--- /dev/null
+++ b/package/dt/Config.in
@@ -0,0 +1,21 @@
+comment "dt needs a (e)glibc or uclibc toolchain w/ threads"
+ depends on BR2_USE_MMU
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL
+
+config BR2_PACKAGE_DT
+ bool "dt"
+ depends on BR2_USE_MMU # fork()
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ # Build fails because of several BSDisms
+ depends on !BR2_TOOLCHAIN_USES_MUSL
+ help
+ dt is a generic data test program used to verify proper
+ operation of peripherals, file systems, device drivers,
+ or any data stream supported by the operating system.
+ In its' simplest mode of operation, dt writes and then
+ verifys its' default data pattern, then displays
+ performance statisics and other test parameters
+ before exiting. Since verification of data is performed,
+ dt can be thought of as a generic diagnostic tool.
+
+ http://www.scsifaq.org/RMiller_Tools/dt.html
OpenPOWER on IntegriCloud