ath79: generic: fix the alphabetical order in 02_network
[openwrt/staging/jow.git] / target / linux / ath79 / generic / base-files / etc / board.d / 02_network
index 01747acae00a48ff6b74f4fc4364f67ea39178ee..4ed5605fa22ead128b9c8e0e89ef5af97bc43297 100644 (file)
@@ -496,6 +496,11 @@ ath79_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth1" "3:lan:3" "4:lan:2" "5:lan:1" "6@eth0" "2:wan:4" "1:wan:5"
                ;;
+       tplink,deco-m4r-v1|\
+       tplink,deco-s4-v2)
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "3:lan:1" "5:lan:2"
+               ;;
        tplink,eap225-wall-v2)
                ucidef_add_switch "switch0" \
                        "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
@@ -572,11 +577,6 @@ ath79_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth0" "1:lan" "2:lan"
                ;;
-       tplink,deco-m4r-v1|\
-       tplink,deco-s4-v2)
-               ucidef_add_switch "switch0" \
-                       "0@eth0" "3:lan:1" "5:lan:2"
-               ;;
        hiwifi,hc6361|\
        xiaomi,mi-router-4q|\
        zbtlink,zbt-wd323)