Browse Source

openwrt: Disable libusb via --without-libusb

Luke Dashjr 11 years ago
parent
commit
43d70eb618
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openwrt/bfgminer/Makefile

+ 1 - 1
openwrt/bfgminer/Makefile

@@ -87,7 +87,7 @@ CONFIGURE_ARGS += --with-libmicrohttpd
 endif
 
 ifndef CONFIG_PACKAGE_$(PKG_NAME)_libusb
-CONFIGURE_ARGS += --disable-x6500 --disable-ztex
+CONFIGURE_ARGS += --without-libusb
 endif
 
 ifdef CONFIG_PACKAGE_$(PKG_NAME)_scrypt