diff --git a/cgminer/Makefile b/cgminer/Makefile index 7a29885..9d1387d 100644 --- a/cgminer/Makefile +++ b/cgminer/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgminer PKG_VERSION:=20120315 PKG_REV:=22ff7a406951f97af57cbca75d282c4bbf41a3e7 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_INSTALL:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz diff --git a/cgminer/patches/0001-add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch b/cgminer/patches/0001-add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch index 0c9f7c8..d4fdc8c 100644 --- a/cgminer/patches/0001-add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch +++ b/cgminer/patches/0001-add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch @@ -1,17 +1,17 @@ -From 5d3d883703d8098537c248c797009247f51b116b Mon Sep 17 00:00:00 2001 +From 01cd959ba71d577c8a13efbdc868b46515c88334 Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Sun, 19 Feb 2012 22:20:22 +0800 -Subject: [PATCH] add-MIPSED-to-icarus-for-BIG_ENDIAN.patch +Subject: [PATCH 1/2] add-MIPSED-to-icarus-for-BIG_ENDIAN.patch --- icarus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/icarus.c b/icarus.c -index 1d59657..26f4927 100644 +index 48dabe5..c4c3736 100644 --- a/icarus.c +++ b/icarus.c -@@ -287,7 +287,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work, +@@ -290,7 +290,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work, if (nonce == 0 && ret) return 0xffffffff; diff --git a/cgminer/patches/0002-Increase-the-MAX_DEVICES-to-64.patch b/cgminer/patches/0002-Increase-the-MAX_DEVICES-to-64.patch new file mode 100644 index 0000000..b83efea --- /dev/null +++ b/cgminer/patches/0002-Increase-the-MAX_DEVICES-to-64.patch @@ -0,0 +1,25 @@ +From 6334588efe26a774f4ebaac345073f8ad5f9172c Mon Sep 17 00:00:00 2001 +From: Xiangfu +Date: Wed, 21 Mar 2012 13:54:53 +0800 +Subject: [PATCH 2/2] Increase the MAX_DEVICES to 64 + +--- + miner.h | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/miner.h b/miner.h +index 5f5fd68..e1cc07f 100644 +--- a/miner.h ++++ b/miner.h +@@ -473,7 +473,7 @@ extern int add_pool_details(bool live, char *url, char *user, char *pass); + #define ADD_POOL_OK 0 + + #define MAX_GPUDEVICES 16 +-#define MAX_DEVICES 32 ++#define MAX_DEVICES 64 + #define MAX_POOLS (32) + + #define MIN_INTENSITY -10 +-- +1.7.5.4 +