Commit d66f1426997571523de9355e277d4aeae3bdd584

Kano 2013-12-23T07:05:29

Keep orginal naming for the bitfury driver

diff --git a/configure.ac b/configure.ac
index 644f946..17625bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,11 +173,11 @@ AM_CONDITIONAL([HAS_BITFORCE], [test x$bitforce = xyes])
 bitfury="no"
 
 AC_ARG_ENABLE([bitfury],
-	[AC_HELP_STRING([--enable-bitfury],[Compile support for BitFury BF1 (default disabled)])],
+	[AC_HELP_STRING([--enable-bitfury],[Compile support for BitFury ASICs (default disabled)])],
 	[bitfury=$enableval]
 	)
 if test "x$bitfury" = xyes; then
-	AC_DEFINE([USE_BITFURY], [1], [Defined to 1 if BitFury BF1 support is wanted])
+	AC_DEFINE([USE_BITFURY], [1], [Defined to 1 if BitFury ASIC support is wanted])
 fi
 AM_CONDITIONAL([HAS_BITFURY], [test x$bitfury = xyes])
 
@@ -469,9 +469,9 @@ else
 fi
 
 if test "x$bitfury" = xyes; then
-	echo "  BitFury.BF1........: Enabled"
+	echo "  BitFury.ASICs........: Enabled"
 else
-	echo "  BitFury.BF1........: Disabled"
+	echo "  BitFury.ASICs........: Disabled"
 fi
 
 if test "x$drillbit" = xyes; then