|
@@ -1093,6 +1093,12 @@ if test "x$bitforce$modminer" != xnono; then
|
|
|
echo " libudev.detection....: $libudev"
|
|
echo " libudev.detection....: $libudev"
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+if test "x$bitfury" = xyes; then
|
|
|
|
|
+ echo " Bitfury.ASICs........: Enabled"
|
|
|
|
|
+else
|
|
|
|
|
+ echo " Bitfury.ASICs........: Disabled"
|
|
|
|
|
+fi
|
|
|
|
|
+
|
|
|
echo
|
|
echo
|
|
|
if test "x$cpumining" = xyes; then
|
|
if test "x$cpumining" = xyes; then
|
|
|
echo " CPU Mining...........: Enabled"
|
|
echo " CPU Mining...........: Enabled"
|
|
@@ -1101,11 +1107,6 @@ else
|
|
|
echo " CPU Mining...........: Disabled"
|
|
echo " CPU Mining...........: Disabled"
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
-if test "x$bitfury" = xyes; then
|
|
|
|
|
- echo " Bitfury.ASICs........: Enabled"
|
|
|
|
|
-else
|
|
|
|
|
- echo " Bitfury.ASICs........: Disabled"
|
|
|
|
|
-fi
|
|
|
|
|
|
|
|
|
|
echo
|
|
echo
|
|
|
echo "Compilation............: make (or gmake)"
|
|
echo "Compilation............: make (or gmake)"
|