OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Commit Details
Date: | 2012-02-10 04:39:50 (9 years 15 days ago) |
---|---|
Author: | Xiangfu Liu |
Commit: | e114a4e891443682e90d2f78aa14ba9ba5195baf |
Message: | cgminer: enable-cpumining for play |
Files: |
cgminer/Makefile (1 diff) |
Change Details
cgminer/Makefile | ||
---|---|---|
37 | 37 | define Package/cgminer/description |
38 | 38 | endef |
39 | 39 | |
40 | CONFIGURE_ARGS += --enable-bitforce --disable-opencl --disable-adl | |
40 | CONFIGURE_ARGS += --enable-bitforce --disable-opencl --disable-adl --enable-cpumining | |
41 | 41 | TARGET_CFLAGS += |
42 | 42 | TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib |
43 | 43 |