ar71xx: Add Support for the Bitmain Antminer S3
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 00e39ae..df93557 100755 (executable)
@@ -110,6 +110,9 @@ tplink_board_detect() {
        "04440001"*)
                model="BITMAIN ANTMINER S1"
                ;;
+       "04440003"*)
+               model="BITMAIN ANTMINER S3"
+               ;;
        "120000"*)
                model="MERCURY MAC1200R"
                ;;
@@ -359,6 +362,9 @@ ar71xx_board_detect() {
        *"AP135-020 reference board")
                name="ap135-020"
                ;;
+       *"AP143 reference board")
+               name="ap143"
+               ;;
        *AP81)
                name="ap81"
                ;;
@@ -637,6 +643,9 @@ ar71xx_board_detect() {
        *"Rocket M")
                name="rocket-m"
                ;;
+       *"Rocket M TI")
+               name="rocket-m-ti"
+               ;;
        *"Rocket M XW")
                name="rocket-m-xw"
                ;;