diff options
author | makefu <makefu@syntax-fehler.de> | 2011-06-18 17:06:11 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-06-18 17:06:11 +0200 |
commit | 596f87c8de1eee407ddd06a6f75f9557b34a7450 (patch) | |
tree | 6db57ccc102f81dbd9d448e2e5872050f758ea97 /btc/mining/Makefile | |
parent | 160cf323734ff56981485fdbd5845d2b64f5b2f3 (diff) |
mining/: added all mining scripts and configs
mining/Makefile:
format - how to format the usb stick (or hard drive)
install - installs all necessary components, writes ati_license, copies
files in home dir
configure - how to configure the miner
mining/user/*: files to be dumped in the miners home directory
Diffstat (limited to 'btc/mining/Makefile')
-rw-r--r-- | btc/mining/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/btc/mining/Makefile b/btc/mining/Makefile new file mode 100644 index 00000000..c673ee3e --- /dev/null +++ b/btc/mining/Makefile @@ -0,0 +1,11 @@ +.PHONY: all format install +select-target: + @echo "You are made of stupid!" +format: + cat README +install: + echo '#!/bin/bash' > /usr/bin/ati_license + echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license + cp -r user /home +configure: + cat CONFIGURE |