V2 ar71xx : Add Support for the Bitmain Antrouter R1
This patch adds support for the Bitmain Antrouter R1 http://wiki.openwrt.org/toh/bitmain/r1 Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 48058
This commit is contained in:
@@ -45,6 +45,11 @@ antminer-s3)
|
||||
ucidef_set_led_default "lan" "LAN" "antminer-s3:yellow:lan" "0"
|
||||
;;
|
||||
|
||||
antrouter-r1)
|
||||
ucidef_set_led_wlan "wlan" "WLAN" "antrouter-r1:green:wlan" "phy0tpt"
|
||||
ucidef_set_led_default "btc" "BTC" "antrouter-r1:green:btc" "0"
|
||||
;;
|
||||
|
||||
arduino-yun)
|
||||
ucidef_set_led_wlan "wlan" "WLAN" "arduino:blue:wlan" "phy0tpt"
|
||||
ucidef_set_led_usbdev "usb" "USB" "arduino:white:usb" "1-1.1"
|
||||
|
||||
@@ -317,6 +317,7 @@ dlan-pro-1200-ac)
|
||||
all0305 |\
|
||||
antminer-s1 |\
|
||||
antminer-s3 |\
|
||||
antrouter-r1 |\
|
||||
aw-nr580 |\
|
||||
bullet-m |\
|
||||
c-55 |\
|
||||
|
||||
@@ -18,6 +18,9 @@ get_status_led() {
|
||||
antminer-s3)
|
||||
status_led="antminer-s3:green:system"
|
||||
;;
|
||||
antminer-r1)
|
||||
status_led="antminer-r1:green:system"
|
||||
;;
|
||||
ap132)
|
||||
status_led="ap132:green:status"
|
||||
;;
|
||||
|
||||
@@ -114,6 +114,9 @@ tplink_board_detect() {
|
||||
"044403"*)
|
||||
model="ANTMINER-S3"
|
||||
;;
|
||||
"44440101"*)
|
||||
model="ANTROUTER-R1"
|
||||
;;
|
||||
"120000"*)
|
||||
model="MERCURY MAC1200R"
|
||||
;;
|
||||
|
||||
@@ -323,6 +323,7 @@ platform_check_image() {
|
||||
|
||||
antminer-s1 | \
|
||||
antminer-s3 | \
|
||||
antrouter-r1 | \
|
||||
archer-c5 | \
|
||||
archer-c7 | \
|
||||
el-m150 | \
|
||||
|
||||
Reference in New Issue
Block a user