ar71xx: Add support for the OMYlink OMY-G1
[openwrt/staging/yousong.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 3d4541ea0023a4bbedceab1ae1acf1ac10cf6e59..588affd9cd4d10d640e51bf1c4f0dc11e2c49a02 100755 (executable)
@@ -123,6 +123,9 @@ tplink_board_detect() {
        "007260"*)
                model="TellStick ZNet Lite"
                ;;
+       "066601"*)
+               model="OMYlink OMY-G1"
+               ;;
        "066602"*)
                model="OMYlink OMY-X1"
                ;;
@@ -655,6 +658,9 @@ ar71xx_board_detect() {
        *"OMY-X1")
                name="omy-x1"
                ;;
+       *"OMY-G1")
+               name="omy-g1"
+               ;;
        *"Onion Omega")
                name="onion-omega"
                ;;