aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-24 08:58:20 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-24 08:58:20 +0000
commit26d0a2beff51ff398a4447572cfa1d886a0005ad (patch)
tree3962fbbd45fcadf68911c6b89f9f1413e0f0977b /target/linux/ar71xx/base-files/lib/ar71xx.sh
parente6956d528c8c7d0e091c5f987d39bdbaf108746d (diff)
downloadupstream-26d0a2beff51ff398a4447572cfa1d886a0005ad.tar.gz
upstream-26d0a2beff51ff398a4447572cfa1d886a0005ad.tar.bz2
upstream-26d0a2beff51ff398a4447572cfa1d886a0005ad.zip
v3: CC : ar71xx: Backport Support for the Bitmain Antminer S3
Backport of r46236 to CC : add support for the Bitmain Antminer S3 Signed-off-by: L. D. Pinney <ldpinney@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46445 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index 47260d0341..8f41babb2c 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -110,6 +110,9 @@ tplink_board_detect() {
"04440001"*)
model="BITMAIN ANTMINER S1"
;;
+ "04440003"*)
+ model="BITMAIN ANTMINER S3"
+ ;;
"120000"*)
model="MERCURY MAC1200R"
;;