Skip to content

Commit

Permalink
Add stratum user agent for Avalon7
Browse files Browse the repository at this point in the history
  • Loading branch information
qinfengling committed Oct 28, 2016
1 parent 42f3d5b commit 1de6cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgminer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ifeq ($(CONFIG_CGMINER_AVALON6),y)
CONFIGURE_ARGS += --enable-avalon4
endif
ifeq ($(CONFIG_CGMINER_AVALON7),y)
CONFIGURE_ARGS += --enable-avalon7
CONFIGURE_ARGS += --enable-avalon7 CFLAGS=-DSTRATUM_USER_AGENT=\\\"a7\\\"
endif

ifeq ($(CONFIG_TARGET_brcm2708_RaspberryPi),)
Expand Down

0 comments on commit 1de6cc4

Please sign in to comment.