mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 03:55:19 +02:00
cgminer: disable curses support
This commit is contained in:
parent
fddf50a8f7
commit
959b320f2b
@ -31,7 +31,7 @@ define Package/cgminer
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=cgminer (FPGA Miner)
|
TITLE:=cgminer (FPGA Miner)
|
||||||
URL:=https://github.com/ckolivas/cgminer
|
URL:=https://github.com/ckolivas/cgminer
|
||||||
DEPENDS:=+libcurl +libpthread +libncurses +jansson +udev
|
DEPENDS:=+libcurl +libpthread +jansson +udev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/cgminer/description
|
define Package/cgminer/description
|
||||||
@ -40,7 +40,7 @@ monitoring, (over)clocking and fanspeed support for bitcoin and derivative
|
|||||||
coins. Do not use on multiple block chains at the same time!
|
coins. Do not use on multiple block chains at the same time!
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus --enable-bitforce
|
CONFIGURE_ARGS += --disable-opencl --disable-adl --enable-icarus --enable-bitforce --without-curses
|
||||||
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -9,7 +9,7 @@ POOLS="$POOL1 $POOL2 $POOL3"
|
|||||||
|
|
||||||
start() {
|
start() {
|
||||||
DEVS=`find /dev/ -type c -name "ttyUSB*" | sed 's/^/-S/' | sed ':a;N;$!ba;s/\n/ /g'`
|
DEVS=`find /dev/ -type c -name "ttyUSB*" | sed 's/^/-S/' | sed ':a;N;$!ba;s/\n/ /g'`
|
||||||
cgminer -q -T --api-allow "W:0/0" --api-listen $POOLS $DEVS &
|
cgminer -q --api-allow "W:0/0" --api-listen $POOLS $DEVS &
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user