OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
Date: | 2012-02-26 04:27:41 (8 years 11 months ago) |
---|---|
Author: | Xiangfu Liu |
Commit: | 99d94ccfe15851f290988353b2ddf6e6f0c0cf4c |
Message: | cgminer: disable bitfore, it hang cgminer when it detect bitforce on
icarus |
Files: |
cgminer/Makefile (1 diff) |
Change Details
cgminer/Makefile | ||
---|---|---|
37 | 37 | define Package/cgminer/description |
38 | 38 | endef |
39 | 39 | |
40 | CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus --enable-bitforce | |
40 | CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus | |
41 | 41 | TARGET_CFLAGS += |
42 | 42 | TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib |
43 | 43 |