ramips: add switch port index for I-O DATA WN-GX300GR
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Wed, 27 Jun 2018 05:51:25 +0000 (14:51 +0900)
committerMathias Kresin <dev@kresin.me>
Wed, 27 Jun 2018 06:41:13 +0000 (08:41 +0200)
WN-GX300GR has 5x RJ45 ports (port 0-4), and these ports are
orderd on the device as follows:
4 3 2 1 0

1-4: lan
0: wan

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
target/linux/ramips/base-files/etc/board.d/02_network

index d2c15f8f46a049de84e037091ef55aa02ec6e787..76b6fe9f50c2b1caa57b8bcbda793a81dc850f2b 100755 (executable)
@@ -195,7 +195,6 @@ ramips_setup_interfaces()
        gl-mt300n|\
        gl-mt750|\
        hg255d|\
        gl-mt300n|\
        gl-mt750|\
        hg255d|\
-       iodata,wn-gx300gr|\
        jhr-n805r|\
        jhr-n825r|\
        jhr-n926r|\
        jhr-n805r|\
        jhr-n825r|\
        jhr-n926r|\
@@ -228,7 +227,8 @@ ramips_setup_interfaces()
                        "1:lan:3" "2:lan:4" "3:lan:1" "4:lan:2" "0:wan" "6@eth0"
                ;;
        dir-860l-b1|\
                        "1:lan:3" "2:lan:4" "3:lan:1" "4:lan:2" "0:wan" "6@eth0"
                ;;
        dir-860l-b1|\
-       elecom,wrc-1167ghbk2-s)
+       elecom,wrc-1167ghbk2-s|\
+       iodata,wn-gx300gr)
                ucidef_add_switch "switch0" \
                        "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "0:wan" "6@eth0"
                ;;
                ucidef_add_switch "switch0" \
                        "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "0:wan" "6@eth0"
                ;;