add support for the NC-LINK SMART-300
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index a067604df97f0e686f036fd65588a297db32aef0..80a607c2dddb551309602f79d6b308b44f8d1b41 100755 (executable)
@@ -211,6 +211,9 @@ tplink_board_detect() {
        "453000"*)
                model="MERCURY MW4530R"
                ;;
+       "934100"*)
+               model="NC-LINK SMART-300"
+               ;;
        *)
                hwver=""
                ;;
@@ -514,6 +517,9 @@ ar71xx_board_detect() {
        *RW2458N)
                name="rw2458n"
                ;;
+       *"SMART-300")
+               name="smart-300"
+               ;;
        *TEW-632BRP)
                name="tew-632brp"
                ;;