ar71xx: Add Gainstrong MiniBox v1.0 support to trunk
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 166e52ea456c1e42c555be2bcb9baca621c889d6..5f02e4e1ca260c7f8aa5c13219c067ad649adc8b 100755 (executable)
@@ -119,6 +119,9 @@ tplink_board_detect() {
        "3C0001"*)
                model="OOLITE"
                ;;
+       "3C0002"*)
+               model="MINIBOX_V1"
+               ;;
        "070300"*)
                model="TP-Link TL-WR703N"
                ;;
@@ -520,6 +523,9 @@ ar71xx_board_detect() {
        *"MAC1200R")
                name="mc-mac1200r"
                ;;
+       *"MiniBox V1.0")
+               name="minibox-v1"
+               ;;
        *MR12)
                name="mr12"
                ;;