1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

cgminer: disable curses support

This commit is contained in:
Xiangfu
2012-12-31 08:34:09 +08:00
parent fddf50a8f7
commit 959b320f2b
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ POOLS="$POOL1 $POOL2 $POOL3"
start() {
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() {