From 694dd581ebb2898854385e40655c5cd2a44424c3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Jun 2015 18:21:05 +0000 Subject: ar71xx: Add Support for the Bitmain Antminer S1 This patch adds support for the Bitmain Antminer S1 Cryptocurrency Miner http://wiki.openwrt.org/toh/bitmain/s1 Signed-off-by: L. D. Pinney Acked-by: James Hilliard SVN-Revision: 46044 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index b13be1e5f9..4a4101de33 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -107,6 +107,9 @@ tplink_board_detect() { "015300"*) model="EasyLink EL-MINI" ;; + "04440001"*) + model="BITMAIN ANTMINER S1" + ;; "120000"*) model="MERCURY MAC1200R" ;; -- cgit v1.2.3