mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-17 23:09:42 +02:00
cgminer: disable bitfore, it hang cgminer when it detect bitforce on icarus
This commit is contained in:
parent
01bb56af3e
commit
99d94ccfe1
@ -37,7 +37,7 @@ endef
|
|||||||
define Package/cgminer/description
|
define Package/cgminer/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus --enable-bitforce
|
CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus
|
||||||
TARGET_CFLAGS +=
|
TARGET_CFLAGS +=
|
||||||
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user