Browse Source

Bugfix: openwrt: Fix bitmain option

Luke Dashjr 10 years ago
parent
commit
2c1910f089
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openwrt/bfgminer/Makefile

+ 1 - 1
openwrt/bfgminer/Makefile

@@ -98,7 +98,7 @@ ifndef CONFIG_PACKAGE_$(PKG_NAME)_libusb
 CONFIGURE_ARGS += --without-libusb
 endif
 
-ifndef CONFIG_PACKAGE_$(PKG_NAME)_bitmain
+ifdef CONFIG_PACKAGE_$(PKG_NAME)_bitmain
 CONFIGURE_ARGS += --enable-bitmain
 endif