diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-20 19:03:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-20 19:03:26 +0000 |
commit | e4f939449929b207fb44c5b6b7e3c99ca38c3660 (patch) | |
tree | daff4f26fee9dd631cada9ff203ce20c780e1287 /target/linux/ar71xx/image | |
parent | b310e00f1c09dfa7576063bcc4d1f1b7f70f5aea (diff) | |
download | upstream-e4f939449929b207fb44c5b6b7e3c99ca38c3660.tar.gz upstream-e4f939449929b207fb44c5b6b7e3c99ca38c3660.tar.bz2 upstream-e4f939449929b207fb44c5b6b7e3c99ca38c3660.zip |
ar71xx: Bitmain Antminer S1 & S3 cleanup
Sets the LEDs to boardname:color:led-name
Sets the LAN to eth0
Corrects the profile names in the Makefile and changes tabs to spaces
in the Makefile 'define Device/' like the other devices.
Other corrections such as the Machine Name and HWIDs
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 450435cdbf..013a215c17 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -296,19 +296,19 @@ endef TARGET_DEVICES += archer-c5 archer-c7-v1 archer-c7-v2 define Device/antminer-s1 - $(Device/tplink-8mlzma) - BOARDNAME := ANTMINER-S1 - DEVICE_PROFILE := ANTMINER_S1 - TPLINK_HWID := 0x04440001 - CONSOLE := ttyATH0,115200 + $(Device/tplink-8mlzma) + BOARDNAME := ANTMINER-S1 + DEVICE_PROFILE := ANTMINERS1 + TPLINK_HWID := 0x04440101 + CONSOLE := ttyATH0,115200 endef define Device/antminer-s3 - $(Device/tplink-8mlzma) - BOARDNAME := ANTMINER-S3 - DEVICE_PROFILE := ANTMINER_S3 - TPLINK_HWID := 0x04440003 - CONSOLE := ttyATH0,115200 + $(Device/tplink-8mlzma) + BOARDNAME := ANTMINER-S3 + DEVICE_PROFILE := ANTMINERS3 + TPLINK_HWID := 0x04440301 + CONSOLE := ttyATH0,115200 endef define Device/el-m150 |