ar71xx: add user-space support for GL.iNet v1
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index 7475f9f4ccd6cfe021ed5be339408831344b22ca..e1116182883f8d6b1d5b43a1e85f8aec8b618048 100755 (executable)
@@ -153,6 +153,7 @@ platform_check_image() {
        dragino2 | \
        ew-dorin | \
        ew-dorin-router | \
+       hiwifi-hc6361 | \
        hornet-ub-x2 | \
        mzk-w04nu | \
        mzk-w300nh | \
@@ -223,6 +224,9 @@ platform_check_image() {
                ;;
 
        archer-c7 | \
+       el-m150 | \
+       el-mini | \
+       gl-inet | \
        oolite | \
        tl-mr10u | \
        tl-mr11u | \
@@ -237,6 +241,7 @@ platform_check_image() {
        tl-wa7510n | \
        tl-wa750re | \
        tl-wa850re | \
+       tl-wa860re | \
        tl-wa801nd-v2 | \
        tl-wa901nd | \
        tl-wa901nd-v2 | \
@@ -250,6 +255,7 @@ platform_check_image() {
        tl-wr741nd | \
        tl-wr741nd-v4 | \
        tl-wr841n-v1 | \
+       tl-wa830re-v2 | \
        tl-wr841n-v7 | \
        tl-wr841n-v8 | \
        tl-wr841n-v9 | \
@@ -304,6 +310,11 @@ platform_check_image() {
                }
                return 0
                ;;
+       nbg6716 | \
+       wndr4300 )
+               nand_do_platform_check $board $1
+               return $?;
+               ;;
        routerstation | \
        routerstation-pro | \
        ls-sr71 | \