|
@@ -62,9 +62,8 @@ endef
|
|
|
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
|
|
|
|
|
ifeq ($(CONFIG_CGMINER_BITMAIN),y)
|
|
|
- #CONFIGURE_ARGS += --without-curses --enable-ants3
|
|
|
- CONFIGURE_ARGS += --without-curses --enable-bitmain
|
|
|
-endif
|
|
|
+ CONFIGURE_ARGS += --without-curses --enable-ants3
|
|
|
+ endif
|
|
|
ifeq ($(CONFIG_TARGET_brcm2708_RaspberryPi),)
|
|
|
CONFIGURE_ARGS += --without-curses
|
|
|
endif
|